Skip to content

Instantly share code, notes, and snippets.

@avivl
Created January 2, 2018 07:14
Embed
What would you like to do?
SELECT review ,(communication+price+wait+quality) as score
FROM [[aviv-playground:telegrass_reviews.reviews]
WHERE RAND() < 0.7
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment