48 rows where spotset = 15

View and edit SQL

Suggested facets: is_internal

id ▼ spot_config spotset is_internal
914 281 281 15 15 1
915 282 282 15 15 1
916 283 283 15 15 1
917 284 284 15 15 1
918 285 285 15 15 1
919 286 286 15 15 1
920 287 287 15 15 1
921 288 288 15 15 1
922 289 289 15 15 1
923 290 290 15 15 1
924 291 291 15 15 1
925 292 292 15 15 1
926 293 293 15 15 1
927 294 294 15 15 1
928 295 295 15 15 1
929 296 296 15 15 1
930 297 297 15 15 1
931 298 298 15 15 1
932 299 299 15 15 1
933 300 300 15 15 1
934 301 301 15 15 1
935 302 302 15 15 1
936 303 303 15 15 1
937 304 304 15 15 1
938 313 313 15 15 1
939 314 314 15 15 1
940 315 315 15 15 1
941 316 316 15 15 1
942 317 317 15 15 1
943 318 318 15 15 1
944 319 319 15 15 1
945 320 320 15 15 1
946 321 321 15 15 1
947 322 322 15 15 1
948 323 323 15 15 1
949 324 324 15 15 1
950 325 325 15 15 1
951 326 326 15 15 1
952 327 327 15 15 1
953 328 328 15 15 1
954 305 305 15 15 0
955 306 306 15 15 0
956 307 307 15 15 0
957 308 308 15 15 0
958 309 309 15 15 0
959 310 310 15 15 0
960 311 311 15 15 0
961 312 312 15 15 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)
);