How to write a generic SQL query to extract date in (YYYY-MM-DD) form which is compatible with all RDBMS (Oracle, SQL server, MySql, DB2 to name few)

后端 未结 0 840
傲寒
傲寒 2021-01-06 13:29

I have a table where a student record is inserted and there is a column called joined_date which is of type datetime2 in sqlserver and TIMESTAMP(6) in Oracle. I need to retr

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