8 rows where spotset = 27

View and edit SQL

id ▼ spot_config spotset is_internal
1570 305 305 27 27 0
1571 306 306 27 27 0
1572 307 307 27 27 0
1573 308 308 27 27 0
1574 309 309 27 27 0
1575 310 310 27 27 0
1576 311 311 27 27 0
1577 312 312 27 27 0

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)
);