
January 14th, 2000, 02:07 PM
|
|
Junior Member
|
|
Join Date: Jan 2000
Location: san diego, ca, usa
Posts: 1
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
I have a table that contains two datetime attributes (as well as some ints and varchars)
I try to load records with an Insert statement similar to the following:
Insert into xx values( ..., "02-02-00", CURRENT_TIMESTAMP, ...)
I've looked at manual and searched for examples to no avail...seems most are geared for retrieving data not inserting.
The CURRENT_TIMESTAMP works but numerous variations of dates don't. I've tried adding "02-02-00 00:00:00", "0000-02-02", single quotes instead of double, etc. etc.
am i missing something (err don't answer that <grin>
TIA,
Roark:-)
|