"Bernt M. Johnsen" <[email protected]> writes: > Den 02/08/2010 10:40 AM, skrev Erin Drummond: >> Hi, >> >> I have a table in a database that looks like this: CREATE TABLE >> Data(RowID CHAR(16) FOR BIT DATA PRIMARY KEY,Value LONG VARCHAR NOT >> NULL,LastUpdated TIMESTAMP NOT NULL DEFAULT CURRENT TIMESTAMP)
As a work-around you could auto-record the time zone using a generated column and a function which looks up the time zone. Dag
