Hi,
Hope this is an easy one for most of you. I got the following error. Can you help me fix it?
SQL> UPDATE EU_Setpoints SET Last_Update ='1-Aug-2003 5:05:31 PM'
2 WHERE Tag_ID=1;
UPDATE EU_Setpoints SET Last_Update ='1-Aug-2003 5:05:31 PM'
*
ERROR at line 1:
ORA-01830: date format picture ends before converting entire input string
Thanks,
Lydia
(ps, the astris should be under the first single quote)
Hope this is an easy one for most of you. I got the following error. Can you help me fix it?
SQL> UPDATE EU_Setpoints SET Last_Update ='1-Aug-2003 5:05:31 PM'
2 WHERE Tag_ID=1;
UPDATE EU_Setpoints SET Last_Update ='1-Aug-2003 5:05:31 PM'
*
ERROR at line 1:
ORA-01830: date format picture ends before converting entire input string
Thanks,
Lydia
(ps, the astris should be under the first single quote)