distinct
Posted: Sat Feb 21, 2004 8:50 am
I have column with 30.000 records and i want to get of repeated records..
SELECT DISTINC column FROM table
doesnt work ? 1054 - Unknown column 'DISTINC' in 'field list'...
SELECT DISTINC column FROM table
doesnt work ? 1054 - Unknown column 'DISTINC' in 'field list'...