Is there a way to have an update set a column using (if available) the
database's TIMESTAMP function - ie generate


update MyTable set  VALUECOL='NEWVALUE', TIMESTAMP_COL=TIMESTAMP(), where
KEYVALUE='KEYVALUE'

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to