I'm new to sybase and google was anything but helpful. All I want to do is insert a valid time for "right now" into a timestamp field. The mysql equivalent is now(). I tried getdate() and got funny results.
Thanks.
I'm new to sybase and google was anything but helpful. All I want to do is insert a valid time for "right now" into a timestamp field. The mysql equivalent is now(). I tried getdate() and got funny results.
Thanks.
You can't insert data into a timestamp column.
Added
I should have included this right away to be nice, but a Timestamp field is updated to the current date/time automatically when a row is modified.