Skip to content

Commit

Permalink
[hotfix][javadoc] Use correct syntax for TRIM in SqlCallSyntax ja…
Browse files Browse the repository at this point in the history
…vadoc
  • Loading branch information
snuyanzin authored Jan 15, 2025
1 parent d0165de commit 0e9739a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ private String doUnParse(
/**
* Special sql syntax for TRIM.
*
* <p>Example: TRIM BOTH ' ' FROM 0;
* <p>Example: TRIM(BOTH ' ' FROM ' 0 ');
*/
SqlCallSyntax TRIM =
(sqlName, operands) -> {
Expand Down

0 comments on commit 0e9739a

Please sign in to comment.