I have table that has a column that may have same values in a burst. Like this:
+----+---------+ | id | Col1 | +----+---------+ | 1 | 6050000 | +----+----
select min(id), Col1 from tableName group by Col1