in reply to Re: Passing a perl variable in SQL AND statement
in thread Passing a perl variable in SQL AND statement

I pretty much tried all combinations of using it without quotation marks, with ' ' and with " " and I keep getting those SQL errors.
  • Comment on Re^2: Passing a perl variable in SQL AND statement

Replies are listed 'Best First'.
Re^3: Passing a perl variable in SQL AND statement
by vihar (Acolyte) on Nov 20, 2013 at 21:19 UTC
    That was a silly mistake on my end. I took out ; and it worked. Thanks for your help!