Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
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
SELECT * FROM users WHERE state = "FL OR state = "NY" AND active != "0 +" ORDER BY user_id ASC LIMIT 0, 20
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Perl/MySQL Problem
by vagnerr (Prior) on Feb 23, 2002 at 16:47 UTC | |
|
Re: Perl/MySQL Problem
by impossiblerobot (Deacon) on Feb 23, 2002 at 16:47 UTC | |
by vagnerr (Prior) on Feb 23, 2002 at 16:50 UTC | |
|
Re: Perl/MySQL Problem
by George_Sherston (Vicar) on Feb 23, 2002 at 18:01 UTC | |
|
Re: Perl/MySQL Problem
by justinNEE (Monk) on Feb 24, 2002 at 16:14 UTC | |
|
Re: Perl/MySQL Problem
by Cody Pendant (Prior) on Feb 24, 2002 at 11:58 UTC | |
by biograd (Friar) on Feb 24, 2002 at 20:40 UTC |