Current time into Timestamp
From: John Luongs <johnluongs_at_hotmail.com>
Date: Wed, 04 Jun 2003 08:19:55 +0800
Message-ID: <3EDD3B2B.79B730B8_at_hotmail.com>
Date: Wed, 04 Jun 2003 08:19:55 +0800
Message-ID: <3EDD3B2B.79B730B8_at_hotmail.com>
How do I put the current time into the timestamp data type. Thanks.
insert into USERS ( USER_ID, CREATED)
values
('jimoore', ?timestamp?);
Received on Wed Jun 04 2003 - 02:19:55 CEST