Joseph L. Casale wrote:
> I have three tables where table A is a left joined one to many relationship 
> against
> two other tables. I now need to modify this to accept filtering what is 
> returned
> from table A based on one of the many rows in table B and/or C.

This description is extremely vague.

> The row from table A is only valid with all the corresponding rows from B and 
> C.

You just said "one of the many rows".

> What is the most elegant way to accomplish this?

With a query.


Regards,
Clemens
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to