hi all,
can i select all rows from a table where there are more rows with the same column A and i don't want to extract column A with the hight column b
when there are more equal rows for columns A.
example
[pre]column a column b
a 1
b 2
c 3
c 4
d 5
d 6
d 7[/pre]
[pre]result table will be
column a column b
c 3
d 5
d 6[/pre]
thanks in advance
can i select all rows from a table where there are more rows with the same column A and i don't want to extract column A with the hight column b
when there are more equal rows for columns A.
example
[pre]column a column b
a 1
b 2
c 3
c 4
d 5
d 6
d 7[/pre]
[pre]result table will be
column a column b
c 3
d 5
d 6[/pre]
thanks in advance