home / OOH_DigitalSpots_2023_1_v1

publisher_configs

2 rows where publisher_id = 355

✎ View and edit SQL

This data as json, copyable, CSV (advanced)

Link rowid ▼ spot_id publisher_id
525 525 545 None 355
526 526 544 None 355

Advanced export

JSON shape: default, array, newline-delimited

CSV options:

CREATE TABLE publisher_configs (
	spot_id VARCHAR(10), 
	publisher_id INTEGER, 
	FOREIGN KEY(spot_id) REFERENCES spot_config (config_id), 
	FOREIGN KEY(publisher_id) REFERENCES publisher (id)
);
Powered by Datasette · Queries took 8.009ms