"Gilles Ganault" <[EMAIL PROTECTED]> wrote in
message news:[EMAIL PROTECTED]
> Since the syntax "WHERE phones_contact_tel not in contacts;" doesn't
> seem to exist

But this does:

where phones_contact_tel not in (select tel from contacts)

Igor Tandetnik 



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

Reply via email to