I want to insert image into a table like
CREATE TABLE XX_SAMPLE(ID INT ,IMAGE BLOB);
So can you help out form how t
If I use the following query,
INSERT INTO xx_BLOB(ID,IMAGE) VALUES(1,LOAD_FILE('E:/Images/xxx.png'));
Error: no such function: LOAD_FILE