16 rows where spotset = 7

View and edit SQL

Suggested facets: is_internal

id ▼ spot_config spotset is_internal
705 528 528 7 7 1
706 529 529 7 7 1
707 530 530 7 7 1
708 531 531 7 7 1
709 532 532 7 7 1
710 533 533 7 7 1
711 534 534 7 7 1
712 535 535 7 7 1
713 536 536 7 7 1
714 537 537 7 7 1
715 538 538 7 7 1
716 539 539 7 7 1
717 540 540 7 7 1
718 541 541 7 7 1
719 542 542 7 7 1
720 355 355 7 7 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)
);