Hallo Tom,
Update $tabelle (fieldlist) select from .....
Ist das dann
UPDATE t1
SET t1.title = t2.title, t1.content = t2.content
SELECT FROM t1, t2
WHERE t1.id = '123' AND t1.id = t2.id
oder
UPDATE t1
SET t1.title = t2.title, t1.content = t2.content
WHERE t1.id = '123'
SELECT FROM t1, t2
WHERE t1.id = t2.id
oder ???
Du siehst, so ganz habe ich das nocht nicht gerafft. Und bei Google hab ich auch nichts gefunden.
Danke,
Eddie
--
Old men and far travelers may lie with authority.
Old men and far travelers may lie with authority.