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 -

Qt QGraphicsScene is not accessable from QGraphicsView (on Qt 5.6.1) -

What is happening when Matlab is starting a "parallel pool"? -