Advertisement
Guest User

Untitled

a guest
Jun 27th, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. SELECT *
  2. FROM table
  3. WHERE fromDate >= 2019-01-01 AND toDate <=2019-01-10
  4.  
  5. SELECT *
  6. FROM table
  7. WHERE fromDate >= TIMESTAMP'2019-01-01 13:00:00' AND toDate <= TIMESTAMP'2019-01-01 16:00:00'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement