Hi there,
I have a column on a table that is as following:
v_deadline varchar2(10);
The data on the column is 11:15:00. From Oracle forms I am sending this to a package as '11:15:00'.
How do I do this? I can't seem to convert 11:15:00 to '11:15:00'? This is actually a time hh24:mi:ss
Since it is a database column value SQL seems to think that this is bind variable.
Any suggestions much appreciated.
Thx,
R