I am trying to do something like this...
"SELECT NOT DISTINCT {*filter*}.NDC FROM {*filter*}"
The above statement of course gives me an error. What I am trying to do is
filter out the non-unique values from a table that has over 150,000 records
in it. Does what the best SQL statement would be to accomplish this?
Thanks in advance.
Lowry