count distinct

Post Reply
sourceuno
Posts: 225
Joined: Mon Apr 09, 2001 3:58 pm

count distinct

Post by sourceuno »

Is there a way to get a count of the number of distinct records in a table? I try using the following query but get an error:

select count(distinct(id)) from mytable
bart
Posts: 251
Joined: Wed Apr 26, 2000 12:42 am

count distinct

Post by bart »

Not yet (I've wanted this for a long time), but you can use <xtree> to do this pretty quickly.
doran
Posts: 50
Joined: Tue Jun 06, 2000 1:37 pm

count distinct

Post by doran »

User avatar
John
Site Admin
Posts: 2622
Joined: Mon Apr 24, 2000 3:18 pm
Location: Cleveland, OH
Contact:

count distinct

Post by John »

Count distinct will be available in all future versions of Texis.
John Turnbull
Thunderstone Software
Post Reply