You can\'t specify target tablehttp://softtime.ru/forumYou can\'t specify target tablehttp://softtime.ru/forum/read.php?id_forum=3&id_theme=60686#post353625задачу надо решать без вложенного селекта. Обычным UPDATE .... JOIN .You can\'t specify target tableMon, 8 Dec 2008 09:22:12 +0300TrianonYou can\'t specify target tablehttp://softtime.ru/forum/read.php?id_forum=3&id_theme=60686#post353596SELECT items.name FROM items LEFT JOIN update_item ON items.name = update_item.name WHERE update_item.name IS NULL выбирает все отлично.You can\'t specify target tableMon, 8 Dec 2008 02:53:44 +0300pissedYou can\'t specify target tablehttp://softtime.ru/forum/read.php?id_forum=3&id_theme=60686#post353595Задача изменить тип данные в первой таблице items тех данных которых нет в таблицк update_item UPDATE items SET type='2' WHERE...You can\'t specify target tableMon, 8 Dec 2008 02:52:39 +0300pissed