Hey everyone,
This is probably a very easy question but for the life of me I can't find any examples to get me past this. Here is my query:
When executing, I get an error back that says:
The TS_LOAD column is of the timestamp datatype, so I'm not sure why I'm getting this error?
Thanks in advance,
Jisoo23
This is probably a very easy question but for the life of me I can't find any examples to get me past this. Here is my query:
Code:
Select * from schema.table where schema.table.TS_LOAD > TIMESTAMP('2005-11-22');
When executing, I get an error back that says:
Code:
[IBM][CLI Driver][DB2] SQL0180N The syntax of the string representation of a datetime value is incorrect. SQLSTATE=22007
The TS_LOAD column is of the timestamp datatype, so I'm not sure why I'm getting this error?
Thanks in advance,
Jisoo23