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.

 All Forums
 SQL Server 2005 Forums
 Other SQL Server Topics (2005)
 please tell me

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

Posted - 2010-06-14 : 15:42:32
Please show us a data example to make your problem more clear.

I have temporarily removed the link in your post in case you are posting just to spam us.

Tara Kizer
Microsoft MVP for Windows Server System - SQL Server
http://weblogs.sqlteam.com/tarad/

Subscribe to my blog
Go to Top of Page

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 ...etc

i 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 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)


Computer Science Seminar Topics
Go to Top of Page

remshad
Starting Member

3 Posts

Posted - 2010-06-14 : 16:25:18
department ids (dep_id) are mech,computer,civil

Computer Science Seminar Topics
Go to Top of Page
   

- Advertisement -