8 rows where spotset = 21

View and edit SQL

id ▼ spot_config spotset is_internal
1168 305 305 21 21 0
1169 306 306 21 21 0
1170 307 307 21 21 0
1171 308 308 21 21 0
1172 309 309 21 21 0
1173 310 310 21 21 0
1174 311 311 21 21 0
1175 312 312 21 21 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)
);