On Wed, May 1, 2013 at 2:11 PM, jic <cabr...@wrc.xerox.com> wrote:

> "Richard Hipp" wrote...
>
> Dr. Hipp,
>
> will this fix break the work-around you provided,
>
> "
> to put a "+" sign in front of the "elements.id" identifier in the ON
> clause:
>
>  SELECT count(*) FROM elements JOIN tags ON +elements.id = tags.element_id
>    WHERE elements.id IN (<list>);
> "
> or will it also work?
>

They should both work.

-- 
D. Richard Hipp
d...@sqlite.org
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to