home / PuP_PoC_groups

screengroup

1 row where building = 098221461

✎ View and edit SQL

This data as json, copyable, CSV (advanced)

id ▼ title building network
6 Hamburg Jungfernstieg U-Bf - all screens 098221461  

Advanced export

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

CSV options:

CREATE TABLE screengroup (
	id INTEGER NOT NULL, 
	title VARCHAR(250), 
	building VARCHAR, 
	network INTEGER, 
	PRIMARY KEY (id), 
	UNIQUE (id), 
	FOREIGN KEY(building) REFERENCES building (id), 
	FOREIGN KEY(network) REFERENCES network (id)
);
CREATE INDEX ix_screengroup_building ON screengroup (building);
CREATE INDEX ix_screengroup_network ON screengroup (network);
Powered by Datasette · Queries took 8.502ms