sortable

4 rows where pk2 = "v" and text = "$null" sorted by sortable_with_nulls_2

View and edit SQL

text

  • $null · 4
Link pk1 pk2 content sortable sortable_with_nulls sortable_with_nulls_2 ▼ text
e v e-v -5 0.43068678785540004   $null
d v d-v 76   0.2881048895936893 $null
g v g-v 60 0.3161388944905802 0.44220806383628486 $null
b v b-v -55 0.024786361898188725 0.9244872952415456 $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 17.583ms