hi all, how do I write the following query to insert a note with a current system timestamp?
I tried the following; INSERT INTO TEST_LOG VALUES (unix_timestamp(),'THIS IS A TEST.'); thanks, Clay
hi all, how do I write the following query to insert a note with a current system timestamp?
I tried the following; INSERT INTO TEST_LOG VALUES (unix_timestamp(),'THIS IS A TEST.'); thanks, Clay