> You could try doing "FROM (tags tags, has_tag has_tag)" > > sqlite may only like "tags.tag" if "tags" is explicitly defined as an > alias and not default to table names.
This doesn't work either, but thanks for your suggestion. For now I've implemented a workaround with a query for each table, but this is imho neither elegant nor efficient. - Markus _______________________________________________ SQLiteJDBC mailing list [email protected] https://lists.hcoop.net/listinfo/sqlitejdbc
