sql - Exclude all values <1 -


from dataset attempting return simple table excludes values <1.

i searched through https://cloud.google.com/bigquery/docs/reference/legacy-sql#aggfunctions command not find fit description.

i got far

what command add result need?

add clause between , order

e.g.

select date, campagne, clicks `[dataset].[table]` clicks >1 order clicks 

Comments

Popular posts from this blog

angular - DownloadURL return null in below code -

python 2.7 - Given three nested dictionaries, sort the top two nested dictionaries from a value in the innermost dictionary? -