8 rows where spotset = 13

View and edit SQL

id ▼ spot_config spotset is_internal
796 305 305 13 13 0
797 306 306 13 13 0
798 307 307 13 13 0
799 308 308 13 13 0
800 309 309 13 13 0
801 310 310 13 13 0
802 311 311 13 13 0
803 312 312 13 13 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)
);