> SELECT * FROM TABLEB WHERE ID IN (
>   SELECT IDB FROM TABLEA WHERE IDC = 1 AND IDD IN (1, 3)
> )

Yes, I think you are right - I'll do some extensive testing of course, but it 
looks good logically.

Thank you!

   Dennis

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

Reply via email to