Hi everybody,
When i am trying to run below sql in perl, i am getting an error message. In the sql i am trying to run a function. Sql is working fine in sqlplus command prompt.
Is there any problem in my syntax?
If i run "select sysdate from dual" sql, it works fine. Does it make a difference...