Подзапрос запроса c# mysql
Is it possible to retrieve and insert the same image to MySql DB? MySqlCommand cmd2 = new MySqlCommand("INSERT INTO images (Image) VALUES (Select Image from images where Image_ID='48')", con); Image_ID is int autoincrement. Image is BLOB;
Что я уже пробовал:
Я использовал несколько приемов АДО.
Maciej Los
Да, это так. В чем проблема?