4
Answers

How can i get the minimum id value under only same combo

siva nathan

siva nathan

8y
257
1
   id     combo
    1         1      
    2         2
    3         2
    4         1
 
 in this table i want only min id value for same cobmo,for example from the above table combo's are 1 and 2 i want only 2nd combo within 2nd combo i want only min id
 
Answers (4)