home / media

actress_aliases

6 rows where a_uid = "a_o4ff6"

This data as json, CSV (advanced)

Suggested facets: alias

Link a_uid aliasKey alias
chisatoshoda,a_o4ff6 Shoda Chisato a_o4ff6 chisatoshoda Chisato Shoda
shodachisato,a_o4ff6 Shoda Chisato a_o4ff6 shodachisato Shoda Chisato
sodatisato,a_o4ff6 Shoda Chisato a_o4ff6 sodatisato Shoda Chisato
tisatosoda,a_o4ff6 Shoda Chisato a_o4ff6 tisatosoda Chisato Shoda
しょうだちさと,a_o4ff6 Shoda Chisato a_o4ff6 しょうだちさと しょうだちさと
翔田千里,a_o4ff6 Shoda Chisato a_o4ff6 翔田千里 翔田千里

Advanced export

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

CSV options:

CREATE TABLE actress_aliases (
  a_uid    TEXT NOT NULL REFERENCES actresses(uid) ON DELETE CASCADE,
  aliasKey TEXT NOT NULL,
  alias    TEXT NOT NULL,
  PRIMARY KEY (aliasKey, a_uid)
);
CREATE INDEX idx_actress_aliases_uid ON actress_aliases(a_uid);
Powered by Datasette · Queries took 2.909ms