|
|
导出表中数据
<div class="dp-highlighter"><div class="bar" />
- export to [path(例:D:\TABLE1.ixf)] of ixf select [字段(例: * or col1,col2,col3)] from TABLE1;
-
- export to [path(例:D:\TABLE1.del)] of del select [字段(例: * or col1,col2,col3)] from TABLE1;
|
|