Hi Vinzenz!
vom Standardfall MySQL ausgehend (Mark hat's leider nicht angegeben):
<zitat>
Currently, you cannot delete from a table and select from the
same table in a subquery.
</zitat>
Interessant. In Oracle geht das. ;-) Dann wird es wohl ein wenig komplizierter in MySQL. Ist es möglich ein Select als Tabelle zu "missbrauchen"? Also so etwas:
select * from
(select a from b)
where a = x
Ich nehme an, das geht auch nicht.
mfG
Benjamin
--
For animals, the entire universe has been neatly divided into things to (a) mate with, (b) eat, (c) run away from, and (d) rocks.
For animals, the entire universe has been neatly divided into things to (a) mate with, (b) eat, (c) run away from, and (d) rocks.