insert into dbo.tabxiaolu(Image,ImageName)
select * from openrowset(BULK 'C:\Users\admin\Desktop\1509698328(1).jpg', SINGLE_BLOB) Image,openrowset(BULK 'C:\Users\Public\Pictures\Sample Pictures\Koala.jpg', SINGLE_BLOB) ImageName;

相关文章:

  • 2022-12-23
  • 2022-01-27
  • 2021-09-10
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-12-27
  • 2022-12-23
  • 2021-11-17
  • 2021-10-29
  • 2021-12-30
相关资源
相似解决方案