Table With Space In Name

View and edit SQL

0 records

CREATE TABLE "Table With Space In Name" (
  pk varchar(30) primary key,
  content text
);
Powered by Datasette · Query took 5.562ms