1
0
mirror of synced 2025-01-31 20:41:44 +03:00

Missing documentation update.

This commit is contained in:
Guilherme Blanco 2014-04-17 19:31:06 +00:00
parent be1cc14a9c
commit 318f5032db

View File

@ -1682,6 +1682,6 @@ Functions
"TRIM" "(" [["LEADING" | "TRAILING" | "BOTH"] [char] "FROM"] StringPrimary ")" | "TRIM" "(" [["LEADING" | "TRAILING" | "BOTH"] [char] "FROM"] StringPrimary ")" |
"LOWER" "(" StringPrimary ")" | "LOWER" "(" StringPrimary ")" |
"UPPER" "(" StringPrimary ")" | "UPPER" "(" StringPrimary ")" |
"IDENTITY" "(" SingleValuedAssociationPathExpression ")" "IDENTITY" "(" SingleValuedAssociationPathExpression {"," string} ")"