Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@avivl
Created December 24, 2017 19:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save avivl/ed30a0c2d1978ea4eaa0f6b9c51ec5b6 to your computer and use it in GitHub Desktop.
Save avivl/ed30a0c2d1978ea4eaa0f6b9c51ec5b6 to your computer and use it in GitHub Desktop.
SELECT CORR(price,wait) as price_wait, CORR(price,communication) as price_communication, CORR(price, quality ) as price_quality,
FROM [telegrass_reviews.reviews]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment