专题文章
时长:00:00更新时间:2020-11-09 11:49:39
往Oracle数据库插入图形文件blob:create table Image_lob(t_id varchar2(5),t_image blob); create or replace directory images as create table Image_lob(t_id varchar2(5),t_image blob); create or replace directory images as 'E:\image'; SELECT * FROM Image_lob; create or repla
查看详情