How to insert image into mysql workbench using sql query? I have tried with LOAD_FILE but it ends up with error with null value

前端 未结 0 1130
日久生厌
日久生厌 2020-12-29 17:01

I created a table named as product and the product picture is defined as LONGBLOB datatype.

CREATE TABLE `product`.`product` (
  `product_id` INT NOT NULL,
           


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题