OrWolf
MIS
- Mar 19, 2001
- 291
I'm attempting to update a row in an Informix database through a SQL task. I have the following line of code working:
UPDATE SYNC SET LASTSYNCEDATE = '1-3-2007' WHERE TABLENAME = 'X'
My problem is that I can't seem to find something similar to Now() or GetDate() in the Informix world. Any help would be GREATLY appreciated.
UPDATE SYNC SET LASTSYNCEDATE = '1-3-2007' WHERE TABLENAME = 'X'
My problem is that I can't seem to find something similar to Now() or GetDate() in the Informix world. Any help would be GREATLY appreciated.