I am using bigquery API if i have one table in my dataset and finish to load data , how could i get a list of data using query for example i would like to retrieve datas using this query:
select * from projetid:datasetid.tableid where size>10
How to use query with bigquery API?
Thanks a lot