4 rows where spotset = 9

View and edit SQL

id ▼ spot_config spotset is_internal
407 356 356 9 9 1
408 525 525 9 9 1
409 526 526 9 9 1
410 527 527 9 9 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)
);