Skip to Content
Learning Google BigQuery
book

Learning Google BigQuery

by Thirukkumaran Haridass, Eric Brown
December 2017
Beginner to intermediate
264 pages
5h 38m
English
Packt Publishing
Content preview from Learning Google BigQuery

Executing the query and saving the result in a new table

The following method executes a query and copies the rows to the new table in the same dataset. Parameters to the query can also be passed as shown in the code. Use the property QueryOptions.CreateDisposition to specify whether the destination table can be created or not using the enum CreateDisposition:

Call the method in the main method to create the new table with the selected records. Verify the records in the new table by querying it in the web console:

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Google BigQuery: The Definitive Guide

Google BigQuery: The Definitive Guide

Valliappa Lakshmanan, Jordan Tigani
Google BigQuery Analytics

Google BigQuery Analytics

Siddartha Naidu, Jordan Tigani

Publisher Resources

ISBN: 9781787288591Supplemental Content