in reply to Re: Simple sql query problem
in thread Simple sql query problem

I agree, but have no clue what is wrong. In first example I select first all fields and then particular one, in second example I select that field right away, but I wonder why is this wrong....

Replies are listed 'Best First'.
Re^3: Simple sql query problem
by jrsimmon (Hermit) on Dec 01, 2007 at 19:01 UTC
    That's why I think that you'll have better luck by submitting your query directly to mysql rather than through perl. It's always a good idea to get as close to the error as you can when you run into something you don't understand.