Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 253 Bytes

convert_string_to_date.md

File metadata and controls

11 lines (7 loc) · 253 Bytes

Convert string to date

It is quite handy to be able to convert strings to dates, when working with Oracle databases.

TO_DATE('2003/07/09', 'yyyy/mm/dd')

References