Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2019
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. AND DS_COMPETENCIAF
  2. between CONVERT(DATETIME, '2019-01-01 23:59:59', 102)
  3. AND CONVERT(DATETIME, '2019-01-01 23:59:59', 102)
  4.  
  5. select DATA
  6. , CONVERT(DATETIME, '2019-01-01 00:00:00', 102) AS DATACOMPARARUM
  7. , CONVERT(DATETIME, '2019-01-01 23:59:59', 102) AS DATACOMPARARDOIS
  8. from tabela
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement