What SQL command can return (one field) recordset without dublicates from
table (one field) with dublicates.
example:

Table :

1999
2000
1999
1998
2000

necessary recordset :

1999
2000
1998

Thanks.

Reply via email to