48 rows where spotset = 5

View and edit SQL

Suggested facets: is_internal

id ▼ spot_config spotset is_internal
656 281 281 5 5 1
657 282 282 5 5 1
658 283 283 5 5 1
659 284 284 5 5 1
660 285 285 5 5 1
661 286 286 5 5 1
662 287 287 5 5 1
663 288 288 5 5 1
664 289 289 5 5 0
665 290 290 5 5 0
666 291 291 5 5 0
667 292 292 5 5 0
668 293 293 5 5 0
669 294 294 5 5 0
670 295 295 5 5 0
671 296 296 5 5 0
672 297 297 5 5 0
673 298 298 5 5 0
674 299 299 5 5 0
675 300 300 5 5 0
676 301 301 5 5 0
677 302 302 5 5 0
678 303 303 5 5 0
679 304 304 5 5 0
680 305 305 5 5 0
681 306 306 5 5 0
682 307 307 5 5 0
683 308 308 5 5 0
684 309 309 5 5 0
685 310 310 5 5 0
686 311 311 5 5 0
687 312 312 5 5 0
688 313 313 5 5 0
689 314 314 5 5 0
690 315 315 5 5 0
691 316 316 5 5 0
692 317 317 5 5 0
693 318 318 5 5 0
694 319 319 5 5 0
695 320 320 5 5 0
696 321 321 5 5 0
697 322 322 5 5 0
698 323 323 5 5 0
699 324 324 5 5 0
700 325 325 5 5 0
701 326 326 5 5 0
702 327 327 5 5 0
703 328 328 5 5 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)
);