Select Distinct works fine when you are retrieving just one column.
For example, I have a table called tablea that has two columns called col1 and col2 with two rows. They are:
col1 = January
col2 = 2012
col1 = …
Select Distinct works fine when you are retrieving just one column.
For example, I have a table called tablea that has two columns called col1 and col2 with two rows. They are:
col1 = January
col2 = 2012
col1 = …