您的位置:首页 > 数据库 > Oracle

解决oracle中lob数据类型查询问题

2016-10-23 01:41 295 查看
Create global temporary table temp on commit preserve rows as select * from table_xx@db_link_xx;  

Insert into test select * from temp;
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: