Answers for "query to insert image"

SQL
0

query to insert image

INSERT INTO xx_BLOB(ID,IMAGE) VALUES(1,LOAD_FILE('C:/ProgramData/MySQL/MySQL Server 5.7/Uploads/fileName.jpg'));
Posted by: Guest on August-22-2021

Code answers related to "SQL"

Browse Popular Code Answers by Language