al4629740
asked on
Select only unique records not duplicates
I am using VB6. How do I write an sql statement that selects only unique records from my column named city?
Table = Illinois
ColumnName= City
Table = Illinois
ColumnName= City
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
select distinct city from illinois