Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
1
Answer
Query subquery Mysql
abdujalil chuliev
8y
269
1
Reply
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;
Post
Reset
Cancel
Answers (
1
)
Next Recommended Forum
asp.net and Oracle
How to save decimal into a column