sortable

8 rows where pk2 = "h" sorted by sortable_with_nulls

View and edit SQL

pk2

Link pk1 pk2 content sortable sortable_with_nulls ▼ sortable_with_nulls_2 text
b h b-h -86 0.4767885171089349   $null
d h d-h -54 0.48754993239134437 0.8803199797582254 $blah
c h c-h -77 0.7511381375407322   $null
h h h-h -43 0.9999766211030285 0.10114076366789415 $null

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 · Query took 4.702ms