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

Is there a better way to structure post methods in Class Based Views -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -