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 = … Read the rest
James Software Development Corner
Helping Others with Software Development and Windows Operating Issues
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 = … Read the rest