Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
remshad
Starting Member
3 Posts |
Posted - 2010-06-14 : 15:23:31
|
please tell me how to i make a sql query for selecting data's from a table where that data repeated 4 times in that colum |
|
tkizer
Almighty SQL Goddess
38200 Posts |
|
remshad
Starting Member
3 Posts |
Posted - 2010-06-14 : 16:13:54
|
i have table named department and the columns are dep_id dep_name ...etci want to select datas where which is repeated 4 time for eg: if department_id are mech,computer,civil and if in column dep_id mech data repeated 6 timesand in column dep_id data computer repeated 2 timesand in column dep_id data civil repeated 3 timesi want a sql query to select data mech from the column dep_id (bcz the data mech repeated 6 times ie more than 4)Computer Science Seminar Topics |
|
|
remshad
Starting Member
3 Posts |
|
|
|
|