Hi,

What is the error?

It seems to me that both of these should work:
select count(DISTINCT Name) from TableA
select count(DISTINCT Name) as nameCount from TableA

Regards,
Eugene Wee


Bharath Booshan L wrote:
> Thanks for your quick response,
> 
>> select count(DISTINCT Name) nameCount from TableA
> 
> This is not working :(. I am getting the same error.
> 
> --
> Bharath
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to