On Mar 1, 2012, at 9:46 AM, Sreekumar TP wrote:

> Is SELECT COUNT (DISTINCT column_name FROM table)  syntax supported ?

try:

select count( distinct foo ) from bar

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

Reply via email to