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 服务器 - SQL 的用法 » 查询和修改数据 » 数据修改语句 » 使用 INSERT 添加数据

 

高级:对插入的行的磁盘分配

 SQL Anywhere 会在可能的情况下连续存储行
 SQL Anywhere 可以按任意顺序存储行
 没有为 NULL 列预留空间
 行标识符在插入后不可变
 数据库文件从不会缩小
 另请参见