I want to insert an image in a column of a table that already has 5 columns
some thing like this code but it doesn-t work so im askin you if there is any solution
insert into dbo.Produit
values
('Pc portable',
'HP EliteBook série p',
'Un ordinateur professionnel robuste de 35,5 et 39,6 cm (14.0" et 15.6") à fonctions multiples, hautes performances et longue autonomie',
SELECT * FROM
OPENROWSET(BULK N'C:\Users\Yassine-Kira\Desktop\Templates\ProductImg\elite-book_tcm_133_1096796.png', SINGLE_BLOB) ,20,4999,0);
