Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Perl/MySQL Problem

by Anonymous Monk
on Feb 23, 2002 at 16:16 UTC ( [id://147072]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    SELECT * FROM users WHERE state = "FL OR state = "NY" OR state = "KY" 
    +OR state = "Invalid" AND active != "0" ORDER BY user_id ASC LIMIT 0, 
    +20
    
  2. or download this
    SELECT * FROM users WHERE state = "FL OR state = "NY" AND active != "0
    +" ORDER BY user_id ASC LIMIT 0, 20
    

Log In?
Username:
Password:

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

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

    No recent polls found