In sybase, what is the SELECT statement to select the unique values of a table. Let's say I have the following sequence in my table:
A
A
A
B
C
B
C
B
B
A
...and I want to just see what unique values are in that table: A,B,and C. What is the select statement in Sybase to do this, I know the one in Oracle, but it does not work in Sybase. Any help would be nice.
A
A
A
B
C
B
C
B
B
A
...and I want to just see what unique values are in that table: A,B,and C. What is the select statement in Sybase to do this, I know the one in Oracle, but it does not work in Sybase. Any help would be nice.