Data license: Apache License 2.0 · Data source: tests/fixtures.py
This data as JSON, CSV (advanced)
id | content | content2 |
---|---|---|
1 | hey | world2 |
JSON shape: default, array, newline-delimited, object
CREATE TABLE primary_key_multiple_columns_explicit_label ( id varchar(30) primary key, content text, content2 text )