Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (中文) » SQL Anywhere 服务器 - SQL 的用法 » 远程数据和批量操作 » 导入和导出数据 » 重建数据库

 

使用 UNLOAD TABLE 语句重建数据库

使用 UNLOAD TABLE 语句可以采用特殊字符编码形式高效地导出数据。若要以文本格式导出数据,请考虑使用 UNLOAD TABLE 语句重建数据库。

对数据库的影响

UNLOAD TABLE 语句在整个表上放置一个独占锁。

有关详细信息,请参见UNLOAD 语句