Du kan inte referera till en tabell när du uppdaterar den.
/* my sql does not support this */
UPDATE tableName WHERE 1 = (SELECT 1 FROM tableName)
Från MySQL Docs :
Du kan inte referera till en tabell när du uppdaterar den.
/* my sql does not support this */
UPDATE tableName WHERE 1 = (SELECT 1 FROM tableName)
Från MySQL Docs :