home / prices

product_market

2 rows where product_id = 287

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ product_id market_id url
28 Volvic Touch/Tee 287 ALDI Nord – Sortiment/Aktion 4 https://www.aldi-nord.de/errorpages/error_404.html
35 Volvic Touch/Tee 287 ALDI Süd – Sortiment/Aktion 52 https://www.aldi-sued.de/de/p.volvic-touch--l-zitrone-limette.000000000205402003.html

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE product_market (
  id INTEGER PRIMARY KEY,
  product_id INTEGER NOT NULL REFERENCES product(id),
  market_id INTEGER NOT NULL REFERENCES market(id),
  url TEXT NOT NULL,
  UNIQUE(product_id, market_id)
);
Powered by Datasette · Queries took 9.417ms