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 -

meteor - inserting data to database gives error "insert failed: Method '/texts/insert' not found" -