Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: SQLite: how to get a number of rows from SELECT query

by Anonymous Monk
on Jul 20, 2021 at 20:55 UTC ( [id://11135232]=note: print w/replies, xml ) Need Help??


in reply to SQLite: how to get a number of rows from SELECT query

If all that you need is the count, then something like this should work much more efficiently: select count(*) as count from ...
  • Comment on Re: SQLite: how to get a number of rows from SELECT query

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11135232]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (3)
As of 2024-04-25 07:44 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found