video_category
22 rows where c_uid = "c_ihjo9"
This data as json, CSV (advanced)
| Link | v_uid | c_uid |
|---|---|---|
| v_1wlao,c_ihjo9 | v_1wlao | Orgy c_ihjo9 |
| v_3n9af,c_ihjo9 | v_3n9af | Orgy c_ihjo9 |
| v_68nn1,c_ihjo9 | v_68nn1 | Orgy c_ihjo9 |
| v_6ou0m,c_ihjo9 | v_6ou0m | Orgy c_ihjo9 |
| v_8qv00,c_ihjo9 | v_8qv00 | Orgy c_ihjo9 |
| v_9z7g7,c_ihjo9 | v_9z7g7 | Orgy c_ihjo9 |
| v_d4yk9,c_ihjo9 | v_d4yk9 | Orgy c_ihjo9 |
| v_hkmrs,c_ihjo9 | v_hkmrs | Orgy c_ihjo9 |
| v_hvidn,c_ihjo9 | v_hvidn | Orgy c_ihjo9 |
| v_irawz,c_ihjo9 | v_irawz | Orgy c_ihjo9 |
| v_j3d21,c_ihjo9 | v_j3d21 | Orgy c_ihjo9 |
| v_j3w8l,c_ihjo9 | v_j3w8l | Orgy c_ihjo9 |
| v_l7wx4,c_ihjo9 | v_l7wx4 | Orgy c_ihjo9 |
| v_mv3n1,c_ihjo9 | v_mv3n1 | Orgy c_ihjo9 |
| v_mz24d,c_ihjo9 | v_mz24d | Orgy c_ihjo9 |
| v_nrxl8,c_ihjo9 | v_nrxl8 | Orgy c_ihjo9 |
| v_s40pc,c_ihjo9 | v_s40pc | Orgy c_ihjo9 |
| v_scdpe,c_ihjo9 | v_scdpe | Orgy c_ihjo9 |
| v_ui2l3,c_ihjo9 | v_ui2l3 | Orgy c_ihjo9 |
| v_vvjlh,c_ihjo9 | v_vvjlh | Orgy c_ihjo9 |
| v_xz7se,c_ihjo9 | v_xz7se | Orgy c_ihjo9 |
| v_yampc,c_ihjo9 | v_yampc | Orgy c_ihjo9 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE video_category ( v_uid TEXT NOT NULL REFERENCES videos(uid) ON DELETE CASCADE, c_uid TEXT NOT NULL REFERENCES categories(uid) ON DELETE CASCADE, PRIMARY KEY (v_uid, c_uid) ); CREATE INDEX idx_video_category_c ON video_category(c_uid);