sortable

13 rows where pk1 = "c" and text = "$blah" sorted by sortable_with_nulls_2

View and edit SQL

pk2

text

  • $blah · 13

pk1

Link pk1 pk2 content sortable sortable_with_nulls sortable_with_nulls_2 ▼ text
c a c-a 52 0.43456375856464435   $blah
c c c-c -7 0.4312973996249869   $blah
c d c-d 29 0.30928466220865325   $blah
c j c-j 83     $blah
c k c-k -44 0.9579660422795397   $blah
c p c-p 80 0.21395287710598743   $blah
c g c-g 72 0.47318618590932626 0.08479553672512175 $blah
c v c-v 16 0.32684580488130854 0.278256615638806 $blah
c l c-l -66 0.6675777325863531 0.5954523184694197 $blah
c f c-f -23 0.4298881499898346 0.6066615704797627 $blah
c m c-m 40 0.44591361207670044 0.7517767865005115 $blah
c q c-q -1 0.5840794142042252 0.8806566727578236 $blah
c y c-y -39 0.6694588446199107 0.9477570222166518 $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 · Query took 22.322ms