Guest User

Untitled

a guest
Oct 18th, 2017
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. -- 2017/10/10一日分取る場合
  2. -- timeカラムはunixtime
  3.  
  4. where _PARTITIONTIME between timestamp('2017-10-10') and timestamp('2017-10-11')
  5. and cast(time as timestamp) between timestamp('2017-10-10 00:00:00 +09:00') and timestamp('2017-10-10 23:59:59 +09:00')
Add Comment
Please, Sign In to add comment