G
Guest
I'm constructing an SQL and can not find the correct way to select rows not
repeating the value (DISTINCT).
repeating the value (DISTINCT).
Jorge,
SELECT DISTINCT columnname
FROM tblTablename
Regards,
Graham R Seach
Microsoft Access MVP
Sydney, Australia
I'm constructing an SQL and can not find the correct way to select rows not
repeating the value (DISTINCT).