home / PuP_PoC_groups

screengroup

1 row where network = 29

✎ View and edit SQL

This data as json, copyable, CSV (advanced)

id ▼ title building network
794 Inovisco Outdoor - all screens   Inovisco Outdoor 29

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 7.918ms