This commit is contained in:
Clair Blacketer 2018-10-25 15:29:52 -04:00
parent afcc01d123
commit 33f54045c2
2 changed files with 2 additions and 1 deletions

View File

@ -177,6 +177,7 @@ create table person
month_of_birth INT64 null, month_of_birth INT64 null,
day_of_birth INT64 null, day_of_birth INT64 null,
birth_datetime DATETIME null, birth_datetime DATETIME null,
death_datetime DATETIME null,
race_concept_id INT64 not null, race_concept_id INT64 not null,
ethnicity_concept_id INT64 not null, ethnicity_concept_id INT64 not null,
location_id INT64 null, location_id INT64 null,

View File

@ -1,4 +1,4 @@
Common-Data-Model / BigQuery Common-Data-Model / BigQuery
================= =================
This folder contains the script for Google BigQuery. This folder contains the script for Google BigQuery. It makes use of the #standardSql option.