sortable

Data source: github.com/simon/datasette-psutil · About: /-/psutil demo

26 rows where pk1 = "c" sorted by pk2 descending

View and edit SQL

pk1

Link pk1 pk2 ▲ content sortable sortable_with_nulls sortable_with_nulls_2 text
c l c-l -66 0.6675777325863531 0.5954523184694197 $blah
c k c-k -44 0.9579660422795397   $blah
c j c-j 83     $blah
c i c-i -89   0.8861369090509815 $null
c h c-h -77 0.7511381375407322   $null
c g c-g 72 0.47318618590932626 0.08479553672512175 $blah
c f c-f -23 0.4298881499898346 0.6066615704797627 $blah
c e c-e 70   0.3009498745655653 $null
c d c-d 29 0.30928466220865325   $blah
c c c-c -7 0.4312973996249869   $blah
c b c-b 47 0.19007877450229604 0.9255751654990827 $null
c a c-a 52 0.43456375856464435   $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 5.196ms · Data source: github.com/simon/datasette-psutil · About: /-/psutil demo