Computer Science, asked by dubey5970, 11 months ago

How to convert a string to date in MySQL?

Answers

Answered by Student213
0

MySQL: SELECT STR_TO_DATE('17-09-2010','%d-%m-%Y');

Oracle: Oracle TO_DATE and TO_TIMESTAMP functions can convert a string in the specified format. ...

SQL Server: ...

PostgreSQL:

Similar questions