pxysea 发表于 2013-1-25 22:41:37

DB2 中导入和导出数据

导出表中数据
<div class="dp-highlighter"><div class="bar" />   
[*]export to  of ixf select [字段(例: * or col1,col2,col3)] from TABLE1;      
[*]     
[*]export to  of del select [字段(例: * or col1,col2,col3)] from TABLE1;   
页: [1]
查看完整版本: DB2 中导入和导出数据