导出数据:export to t.tmp of del select * from table
导入数据:Load client from t.tmp of del insert into new_table without prompting
本文提供了数据库操作的基本指令,包括导出和导入数据的方法。导出数据使用 'exporttot.tmpofdelselect * from table' 命令,而 'Loadclient from t.tmpofdel insert into new_table without prompting' 用于将数据导入新的表中。
导出数据:export to t.tmp of del select * from table
导入数据:Load client from t.tmp of del insert into new_table without prompting
2252

被折叠的 条评论
为什么被折叠?