Guest User

Untitled

a guest
Nov 19th, 2018
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. select
  2. id DIV 48 as group_id,
  3. id,
  4. title,
  5. count(*) as rec_count
  6. from test
  7. group by group_id
Add Comment
Please, Sign In to add comment