home / fixtures

Menu
  • Sign in IndieAuth

sortable

26 rows where pk1 = "d"

✎ View and edit SQL

This data as json, CSV (advanced)

pk1 1 ✖

  • d · 4 ✖
Link pk1 pk2 content sortable sortable_with_nulls sortable_with_nulls_2 text
d,w d w d-w 75 0.26455462565889964   $blah
d,x d x d-x -71 0.5445623787105787   $blah
d,y d y d-y 52 0.7489577220696233 0.4391534486737374 $blah
d,z d z d-z -31   0.8894228892924536 $blah

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE sortable (
  pk1 varchar(30),
  pk2 varchar(30),
  content text,
  sortable integer,
  sortable_with_nulls real,
  sortable_with_nulls_2 real,
  text text,
  PRIMARY KEY (pk1, pk2)
);
Powered by Datasette · Queries took 4.684ms · About: simonw/datasette-indieauth