sortable

3 rows where pk2 = "u" and text = "$null" sorted by sortable_with_nulls_2

View and edit SQL

text

  • $null · 3

pk2

Link pk1 pk2 content sortable sortable_with_nulls sortable_with_nulls_2 ▼ text
b u b-u -10 0.7801162418714427   $null
c u c-u -79 0.6427496480093358 0.18172902651343215 $null
a u a-u -68   0.2650566289400591 $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.422ms