in reply to Re: retrieve info
in thread retrieve info

thanks

Replies are listed 'Best First'.
Re^3: retrieve info
by marto (Cardinal) on Sep 12, 2018 at 13:56 UTC

    As part of basic testing/debugging you should always run your the SQL you have in your code against your database using your test data using one of the standard interfaces. For anything complex I develop my SQL code in SQL Developer (oracle specific) to ensure it all works as expected, before embedding it in my perl code.