in reply to Re: Undefined value from DBI
in thread Undefined value from DBI

I know, the issue is how I use this kind on SQl statement with out causing any errors, if I use a simple
"select * from my_table"
it works, but because of the nature of the SQL statement DBI does not like it, and it gets worse by trying to add place holders to it.

Replies are listed 'Best First'.
Re^3: Undefined value from DBI
by poj (Abbot) on Sep 10, 2014 at 18:09 UTC
    Which database are you using ? Your code works fine for me on MS SQL Server Express.
    poj
Re^3: Undefined value from DBI
by McA (Priest) on Sep 10, 2014 at 19:50 UTC

    Sorry, I misuderstood your question.

    In such cases I try these SQL statements in a database dependant client to find out what is wrong. Any hints from that?

    McA