simple_primary_key
5 rows
This data as json, testall, testnone, testresponse, CSV (advanced)
id ▼ | content |
---|---|
1 | hello |
2 | world |
3 | |
4 | {"row": {"id": "4", "content": "RENDER_CELL_DEMO"}, "column": "content", "table": "simple_primary_key", "database": "fixtures2", "config": null} |
5 | RENDER_CELL_ASYNC_RESULT |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE simple_primary_key ( id varchar(30) primary key, content text );