![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
04/03/2005, 11:55
|
![Avatar de swishts](http://static.forosdelweb.com/customavatars/avatar28035_2.gif) | | | Fecha de Ingreso: noviembre-2002 Ubicación: Uruguay
Mensajes: 209
Antigüedad: 22 años, 2 meses Puntos: 0 | |
Y la respuesta a esto
---------------
DELETE FROM nuke_users WHERE user_id NOT IN (
SELECT MIN( user_id )
FROM nuke_users
GROUP BY username
)
----------
es esto:
#1093 - You can't specify target table 'nuke_users' for update in FROM clause |