Guest User

Untitled

a guest
Oct 22nd, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. select cast(from_unixtime(created)as date) as date_creation,
  2. count(created)
  3. from datalake.test
  4. group by date_creation
Add Comment
Please, Sign In to add comment