Danny Tramnitzke wrote: > > Sure, I know that, because sapdb online documentation > (http://www.sapdb.org/htmhelp/d7/efa654014c11d3a97d00a0c944926 > 1/content.htm) > tells, that in that case I have to take the datatype 'timestamp' > > like this one : > > create table timestamptest ( > test timestamp > ) > > When I try this Statement in SQL-Studio7.4, there comes the Error : > > General error;-3002 POS(35) Invalid datatype.
Perhaps you should pay attention to the sqlmode used. With INTERNAL the datatype TIMESTAMP is fine. With ORACLE the datatype TIMESTAMP should result in the error mentioned above, and DATE should be used instead. Elke SAP Labs Berlin _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
