Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

to date function in variable

944524Oct 31 2015 — edited Oct 31 2015

Hi,

I am having below variable declared through function i need to_date function to be applied

V_DATE := fun_ge_date('INPUT');

I need to make v_date variable declared as to_date(v_date,'DD-MON-YYYY')

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 28 2015
Added on Oct 31 2015
19 comments
3,583 views