Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re^2: Bind param error

by stevieb (Canon)
on Jun 30, 2010 at 13:07 UTC ( [id://847322]=note: print w/replies, xml ) Need Help??


in reply to Re: Bind param error
in thread Bind param error

fwiw, those are legit SQL commands (at least in MySQL):

mysql> select username as client_name from clients limit 1; +-------------+ | client_name | +-------------+ | stevieb | +-------------+

Steve

Replies are listed 'Best First'.
Re^3: Bind param error
by rowdog (Curate) on Jun 30, 2010 at 21:06 UTC

    Really? SQLite disagrees...

    sqlite> select count(*) from show; # illegal comment; 27 Error: unrecognized token: "#"

    I guess I wasn't clear enough: Perl comments aren't valid SQL.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (4)
As of 2024-04-18 22:46 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found