home / PuP_PoC_groups

screengroup_screens

1 row where screengroup = 553

✎ View and edit SQL

This data as json, copyable, CSV (advanced)

Link screengroup screen
553,10014063 Shell Tankstelle - all screens 553 10014063 - hilightScreen 10014063

Advanced export

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

CSV options:

CREATE TABLE screengroup_screens (
	screengroup INTEGER NOT NULL, 
	screen VARCHAR(8) NOT NULL, 
	PRIMARY KEY (screengroup, screen), 
	FOREIGN KEY(screengroup) REFERENCES screengroup (id), 
	FOREIGN KEY(screen) REFERENCES screen (id)
);
Powered by Datasette · Queries took 8.088ms