Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 179 Bytes

date_literal.md

File metadata and controls

7 lines (4 loc) · 179 Bytes

How to Query via a Date Literal in Oracle

You can refer to a literal date like this:

WO.REPORTDATE >= date'2017-07-23'

Can also convert a string to a date time like this: