Xref: alice comp.databases.oracle.tools:29337
Path: alice!news-feed.fnsi.net!oleane!portc04.blue.aol.com!audrey01.news.aol.com!not-for-mail
From: fongqi@aol.com (FongQi)
Newsgroups: comp.databases.oracle.tools
Subject: Re: How to store 'time' values?? Date field?
Lines: 5
X-Admin: news@aol.com
Date: 30 Jul 1999 20:34:55 GMT
References: <37a4617b.81417902@Oracle8>
Organization: AOL http://www.aol.com
Message-ID: <19990730163455.07061.00004094@ng-fy1.aol.com>

update [table]
set [time] = sysdate
where [where] = 'emp'


