sql_name

4D - Documentation   Français   English   German   4D SQL Reference, Table of Contents   4D SQL Reference, Index   Back   Previous   Next

version 11


sql_name

Description

An sql_name is either a standard SQL name starting with a Latin alphabet character and that contains only Latin characters, numbers and/or underscores, or a square-bracketed string. The right square bracket is escaped by doubling.

Examples:

String to passsql_name
MySQLName_2MySQLName_2
My non-standard !&^#%!&#% name[My non-standard !&^#%!&#% name]
[already-bracketed name][[already-bracketed name]]]
name with brackets[] inside[name with brackets []] inside]

See Also

ALTER TABLE, CREATE INDEX, CREATE TABLE, DELETE, DROP INDEX, DROP TABLE, EXECUTE IMMEDIATE, INSERT, LOCK TABLE, UNLOCK TABLE, UPDATE.


4D - Documentation   Français   English   German   4D SQL Reference, Table of Contents   4D SQL Reference, Index   Back   Previous   Next