db2 => create table test (n int, t timestamp with time zone, c varchar(24)); DB21034E The command was processed as an SQL statement because it was not a valid Command Line Processor command. During SQL processing it returned: SQL0104N An unexpected token "time" was found following "nt, t timestamp with". Expected tokens may include: "REFERENCES". SQLSTATE=42601
create table test (n int, t timestamptz, c varchar(24));
create table test (n int, t timestamptz, c varchar(24));
[db2inst1@f72fbdd8e8f8 ~]$ db2level DB21085I This instance or install (instance name, where applicable: "db2inst1") uses "64" bits and DB2 code release "SQL11058" with level identifier "0609010F". Informational tokens are "DB2 v11.5.8.0", "s2209201700", "DYN2209201700AMD64", and Fix Pack "0". Product is installed at "/opt/ibm/db2/V11.5".