Skip to content

Instantly share code, notes, and snippets.

@avivl
Created December 24, 2017 19:29
Show Gist options
  • Select an option

  • Save avivl/ed30a0c2d1978ea4eaa0f6b9c51ec5b6 to your computer and use it in GitHub Desktop.

Select an option

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