Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

sysdate in "Value if Null"

Status
Not open for further replies.

jparrott

Programmer
May 1, 2003
14
US
I need to put the value of sysdate in the &quot;Value if Null&quot; property for one of my fields. I tried just putting 'sydate' and '&<sysdate>', but I got this error:

REP-0613: Value does not match mask: 'DD-MON-RR'
ORA-01858: A non-numeric character was found where a numeric was expected

Anyone have any suggestions?

Thanks,
Justin
 
You can not use variables there, only literals. Try to add NVL to your query.

Regards, Dima
 
I agree with Dima. you have to user nvl there in the query.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top