Skip to content

AdamovichAleksey/BigQueryTips

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

BigQueryTips

Useful functions and tips for BigQuery

SQL Functions

  to_bin(10, [0, 100, 500]) => '0 - 100'
  to_bin(1000, [0, 100, 500]) => NULL
  to_bin(1000, [0, 100, 500, NULL]) => '500 - ...'

Extentions

  • Grouping Sets (TBD)

About

Useful functions and tips for BigQuery

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published