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

SQL Anywhere 12.0.1 » SQL Anywhere 服务器 - 数据库管理 » 数据库配置 » 数据库选项

 

选项设置删除

如果忽略 option-value,将从数据库中删除指定的选项设置。如果它是一个个人选项设置,则它的值会恢复为 PUBLIC 设置。如果删除一个 TEMPORARY 选项,则选项设置会恢复为永久设置。

例如,以下语句将 ansi_blanks 选项重置为其缺省值:

SET OPTION ansi_blanks =;
 另请参见