Oracle SQL: how do I list the fields if it's not a date?

前端 未结 0 1257
礼貌的吻别
礼貌的吻别 2021-02-08 11:09

Oracle SQL: how do I list the fields if it\'s not a date?

select colA, colB, ColC, ColD from table where not isdate(ColC)

But it\'s giving me errors, I\'m not sure

相关标签:
回答
  • 消灭零回复
提交回复
热议问题