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 的用法 » 创建数据库 » 在 SQL Anywhere 中创建数据库 » 设计注意事项

 

选择对象名称

避免使用保留字命名数据库对象。有关 SQL Anywhere 保留字的列表,请参见保留字

如果列名包含除字母、数字或下划线之外的字符、不是以字母开头或名称与关键字的名称相同,则必须将列名用双引号引起来。