8 rows where spotset = 17

View and edit SQL

id ▼ spot_config spotset is_internal
1000 345 345 17 17 0
1001 346 346 17 17 0
1002 347 347 17 17 0
1003 348 348 17 17 0
1004 349 349 17 17 0
1005 350 350 17 17 0
1006 351 351 17 17 0
1007 352 352 17 17 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)
);