home / media

video_label

6 rows where l_uid = "l_nqoh0"

This data as json, CSV (advanced)

Link v_uid l_uid
v_g9l5v,l_nqoh0 v_g9l5v S1 NO.1 STYLE l_nqoh0
v_m3ijo,l_nqoh0 v_m3ijo S1 NO.1 STYLE l_nqoh0
v_npojp,l_nqoh0 v_npojp S1 NO.1 STYLE l_nqoh0
v_p31gi,l_nqoh0 v_p31gi S1 NO.1 STYLE l_nqoh0
v_q46uh,l_nqoh0 v_q46uh S1 NO.1 STYLE l_nqoh0
v_uwgka,l_nqoh0 v_uwgka S1 NO.1 STYLE l_nqoh0

Advanced export

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

CSV options:

CREATE TABLE video_label (
  v_uid TEXT NOT NULL REFERENCES videos(uid) ON DELETE CASCADE,
  l_uid TEXT NOT NULL REFERENCES labels(uid) ON DELETE CASCADE,
  PRIMARY KEY (v_uid, l_uid)
);
CREATE INDEX idx_video_label_l ON video_label(l_uid);
Powered by Datasette · Queries took 3.041ms