i have a table named department and the columns are dep_id dep_name ...etc
i want to select datas from field(coulmn) where which is repeated 4 times or more
for eg: if department ids (dep_id) are mech,computer,civil
and if in column dep_id mech data repeated 6 times
and in column dep_id data computer repeated 2 times
and in column dep_id data civil repeated 3 times
i want a sql query to select data mech from the column dep_id (bcz the data mech repeated 6 times ie more than 4)