diff --git a/reference/pdo_4d/sql4d.xml b/reference/pdo_4d/sql4d.xml index e9d64c657e..991459acfc 100644 --- a/reference/pdo_4d/sql4d.xml +++ b/reference/pdo_4d/sql4d.xml @@ -1,5 +1,5 @@ - + @@ -85,6 +85,17 @@ and _USER_SCHEMAS. + + SQL structure delimiter + To escape SQL elements (tables, fields, users, groups, schema, + primary key, etc.), closing brackets must be doubled, and the whole + identifier must be between square brackets. + + Use the following function to protect SQL objects, and then, + put it between square brackets : + str_replace(']',']]', $table). + +