1、要保存的记录对应的表的属性编辑好;
2、把.xls文件'另存为'.csv格式;(不能先另存再编辑! 因为另存之后再用excel打开时,长的数字会用科学计数法表示,再导入到数据库里时,字段就会是科学技术的字符串)
3、import from 'd:\临沂0310_22.csv' of del insert into nbadv.crm_customer(customer,areacode,zykhname,corpPhoneNumber,corpMobileNumber,corpMan,address,
corpSize,sykhName,zyscName,customerPermit,code,integral,mobilenumber,legalperson,identilycard,postcode,type)
(当有字段长度超出限制是该行就会被拒绝;当字段不能被转换成数字是会插入空值)