home / MAGMA_2023_I

Menu
  • Log in

filter

3 rows

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ name
1 Größe
2 Food
3 Branche

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE filter (
	id INTEGER NOT NULL, 
	name VARCHAR(250), 
	PRIMARY KEY (id), 
	UNIQUE (id), 
	UNIQUE (name)
);
Powered by Datasette · Queries took 1.2ms