how to use dynamic query to retrieve the unique row

qwang1115

Registered User.
Local time
Today, 09:36
Joined
Oct 24, 2008
Messages
14
I have a table with following data:

1 a
2 b
3 c
4 a
5 d
3 b

how to use dynamic query to retrieve the unique row which is 5/d.

Thanks!
 

Users who are viewing this thread

Back
Top Bottom