Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: Select COUNT in MySQL

by dbwiz (Curate)
on Jun 09, 2005 at 09:11 UTC ( [id://465030]=note: print w/replies, xml ) Need Help??


in reply to Select COUNT in MySQL

Alternatively, you may use selectrow_array to get a single value.

my ($crows) = $dbh->selectrow_array($sqlc); print $crows;

Notice that $crows was declared in list context, to avoid side effects.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (10)
As of 2024-04-23 08:08 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found