Hi,

Bharath Booshan L wrote:
> Yeah!! I got it right this time.
> 
> Select count(*) from ( select DISTINCT Name from TableA);
> 
> 
> But what's not getting into my mind is the difference b/w the following two
> queries:
> 
> Select count( Name) from TableA  -- works fine
> 
> Select count(DISTINCT Name) from TableA -- doesn't work, Any reason?

The thing is, it should work.

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

Reply via email to