I have a table called table1. Abd the following manner the datas are available in its.Field1 Field2Programmer name1Accountant name2Accountant name3store keeper name4Programmer name5From the above data I want to select Field1, which rows are having the count, more than 1. ie, the foolowing will be the output.ProgrammerAccountantMy Query :=========Select Field1 from MyTable where count(Field1)>1??????
ThanksParamu @ PARANTHAMAN