Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> difficult? sql statement
hello everybody,
i've got two tables:
table a:
PARTNO WEIGHT DATA....
PART_1 100 A PART_2 130 B PART_2 134 C PART_3 50 D
table b:
PARTNO WEIGHT DATA ...
PART_1 100 A PART_2 130 B PART_3 50 D
how do i update only the DATA of table b with the DATA of table of those
rows from table a
where WEIGHT is the maximum of each PARTNO? is this possible?
thanks.
(j-tinnacher_at_netway.at) Received on Mon Jan 12 1998 - 00:00:00 CST
![]() |
![]() |