closes #210
This commit is contained in:
parent
afcc01d123
commit
33f54045c2
|
@ -177,6 +177,7 @@ create table person
|
|||
month_of_birth INT64 null,
|
||||
day_of_birth INT64 null,
|
||||
birth_datetime DATETIME null,
|
||||
death_datetime DATETIME null,
|
||||
race_concept_id INT64 not null,
|
||||
ethnicity_concept_id INT64 not null,
|
||||
location_id INT64 null,
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
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.
|
||||
|
|
Loading…
Reference in New Issue