abdujalil  chuliev

abdujalil chuliev

  • 1.2k
  • 400
  • 38.8k

Query subquery Mysql

Aug 8 2016 3:54 AM
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;
 

Answers (1)