Need SELECT DISTINCT

crvoss <[email protected]> Mon, 9 Oct 2006 10:33:48 -0700 (PDT)
Newsgroups gmane.comp.db.metakit
Message-ID <[email protected]>
How do you implement the equivalent of SQL's "SELECT DISTINCT" with Metakit.
That is if you have a column of data that looks like this:

Partnumber
0001
0001
0001
0003
0004
0006
0006

and you want to retrieve the unique values only -- such as:

Partnumber
0001
0002
0003
0004
0006

And my preference is that it be done without Regular Expressions if
possible.
Can anybody help?
-- 
View this message in context: http://www.nabble.com/Need-SELECT-DISTINCT-tf2411563.html#a6722034
Sent from the Metakit mailing list archive at Nabble.com.

_____________________________________________
Metakit mailing list  -  [email protected]
http://www.equi4.com/mailman/listinfo/metakit