Guest User

Untitled

a guest
Dec 13th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. select * from customer.dly_customer_info
  2. where rand() <= 0.01
  3. distribute by rand()
  4. sort by rand()
  5. limit 1000000
Add Comment
Please, Sign In to add comment