home / OOH_DigitalSpots_2023_1

gaia_spotconfig_in_spotsets

4 rows where spot_config = 281

✎ View and edit SQL

This data as json, copyable, CSV (advanced)

id ▼ spot_config spotset is_internal
280 281 281 2 2 1
328 281 281 3 3 1
765 281 281 14 14 1
1093 281 281 16 16 1

Advanced export

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

CSV options:

CREATE TABLE gaia_spotconfig_in_spotsets (
	id INTEGER NOT NULL, 
	spot_config INTEGER, 
	spotset INTEGER, 
	is_internal BOOLEAN, 
	PRIMARY KEY (id), 
	FOREIGN KEY(spot_config) REFERENCES spot_config (config_id), 
	FOREIGN KEY(spotset) REFERENCES gaia_spotsets (spotset_id)
);
Powered by Datasette · Queries took 9.104ms