Hello,

 

I've got two tables A, B

 

Now I want the entries from B with no corresponding entry in A 

 

I did the following:

 

Select id.field from B

Where (select count(id.field) from A) = 0

 

Unfortunately it didn't work, the query should have returned 1 entry.

Where is my mistake?

 

Thx

Ralf



____________
Virus checked by G DATA AntiVirusKit
Version: AVK 19.1338 from 03.11.2008

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

Reply via email to