Versuche es mal damitPHP-Code:
update File1 a
set a.palt = (select b.pneu
from File1 b
where a.artikel = b.artikel
and b.liste = 10)
where a.liste = 1
and exists (Select * from File1 b
where a.artikel = b.artikel and b.liste = 10)
Gruß
Ronald
| ||||
Hybrid View
Similar Threads
|
Bookmarks