home / russian-ads

ad_targets

3 rows where target_id = 42004

View and edit SQL

Link rowid target_id ad_id
31987 42004 1929 1929
34593 42004 1930 1930
34954 42004 1948 1948

Advanced export

JSON shape: default, array, newline-delimited

CSV options:

CREATE TABLE ad_targets (
               target_id TEXT   REFERENCES [targets]([id]),
   ad_id INTEGER   REFERENCES [ads]([id])
        )
Powered by Datasette · Query took 47.129ms