Hello
i have one table in which ID is Primary ID with Different Values
Like
ID NAME PAN
1 A X
1 B Y
1 A X
2 C Z
2 C G
3 D U
it shows that ID 1 having 2 Name (A& B,with PAN, X & Y ,respectively)
how can i get this that ID having More than 1 Value
like 1
and how can i select only these records ID which having more than 1 value
and how can i update values for 1 ID
pls help me
i have one table in which ID is Primary ID with Different Values
Like
ID NAME PAN
1 A X
1 B Y
1 A X
2 C Z
2 C G
3 D U
it shows that ID 1 having 2 Name (A& B,with PAN, X & Y ,respectively)
how can i get this that ID having More than 1 Value
like 1
and how can i select only these records ID which having more than 1 value
and how can i update values for 1 ID
pls help me
Last edited: