标签: sql date db2
我在表格中有两列日期类型。
现在我的目标是提取这两列具有不同值的所有行。 如下:
Select * from tableA where dateColA != dateColB;
但我得到SQL0181 Value in date, time, or timestamp string not valid
SQL0181 Value in date, time, or timestamp string not valid