摘要:
所有SQL*Loader实验笔记实验案例总结(1-7): SQL*Loader实验笔记【一】实验案例总结(8-13):SQL*Loader实验笔记【二】实验案例总结(14-19):SQL*Loader实验笔记【三】14)加载excel(csv)中的数据初始化CJ@db11g>create table t4 (x int,y varchar2(30),z date);Table created.保存excel文件为csv格式数据内容1,one row,1901-01-012,two row,1902-01-01 3,three row,1903-01-01 4,four row,1904-
阅读全文