home / fixtures

this_will_break (view)

2 rows

✎ View and edit SQL

This data as json, CSV (advanced)

pk_plus_one score
2 0.5
3 0.5

Advanced export

JSON shape: default, array, newline-delimited

CSV options:

CREATE VIEW this_will_break as select pk + 1 as pk_plus_one, 0.5 as score from searchable;
Powered by Datasette · Queries took 3.689ms