in reply to Re: variables inside SQL statements
in thread variables inside SQL statements

And if you use ? instead of :1, it'll work with any DBD, not just MySQL.

Rule number 3: be portable!

-- Randal L. Schwartz, Perl hacker

  • Comment on RE: Answer: variables inside SQL statements

Replies are listed 'Best First'.
RE: RE: Answer: variables inside SQL statements
by indigo (Scribe) on Oct 12, 2000 at 22:29 UTC
    You mean there are databases other than mySQL and Oracle? I don't understand. :)