Skip to content

Instantly share code, notes, and snippets.

@mshakhomirov
Created October 20, 2019 17:34
Show Gist options
  • Save mshakhomirov/cb2a2f657909ec0267867ba12ccd2c6f to your computer and use it in GitHub Desktop.
Save mshakhomirov/cb2a2f657909ec0267867ba12ccd2c6f to your computer and use it in GitHub Desktop.
$ bq query 'select first_name, last_name, dob from staging.table_1'
Waiting on bqjob_r2c64623d43d6b68d_0000016de49a1248_1 ... (0s) Current status: DONE
+------------+-----------+------------+
| first_name | last_name | dob |
+------------+-----------+------------+
| John | Doe | 1968-01-22 |
| Peter | Doe | 1968-01-22 |
+------------+-----------+------------+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment