vtlim commented on a change in pull request #12091:
URL: https://github.com/apache/druid/pull/12091#discussion_r779749356



##########
File path: docs/querying/sql.md
##########
@@ -431,37 +431,37 @@ String functions accept strings, and return a type 
appropriate to the function.
 
 |Function|Notes|
 |--------|-----|
-|<code>x &#124;&#124; y</code>|Concat strings x and y.|
+|<code>x &#124;&#124; y</code>|Concat strings `x` and `y`.|
 |`CONCAT(expr, expr...)`|Concats a list of expressions.|
-|`TEXTCAT(expr, expr)`|Two argument version of CONCAT.|
-|`STRING_FORMAT(pattern[, args...])`|Returns a string formatted in the manner 
of Java's 
[String.format](https://docs.oracle.com/javase/8/docs/api/java/lang/String.html#format-java.lang.String-java.lang.Object...-).|
-|`LENGTH(expr)`|Length of expr in UTF-16 code units.|
+|`TEXTCAT(expr, expr)`|Two argument version of `CONCAT`.|
+|`STRING_FORMAT(pattern, [args...])`|Returns a string formatted in the manner 
of Java's 
[String.format](https://docs.oracle.com/javase/8/docs/api/java/lang/String.html#format-java.lang.String-java.lang.Object...-).|
+|`LENGTH(expr)`|Length of `expr` in UTF-16 code units.|
 |`CHAR_LENGTH(expr)`|Synonym for `LENGTH`.|
 |`CHARACTER_LENGTH(expr)`|Synonym for `LENGTH`.|
 |`STRLEN(expr)`|Synonym for `LENGTH`.|

Review comment:
       ```suggestion
   |`CHAR_LENGTH(expr)`|Alias for `LENGTH`.|
   |`CHARACTER_LENGTH(expr)`|Alias for `LENGTH`.|
   |`STRLEN(expr)`|Alias for `LENGTH`.|
   ```
   ```suggestion
   |`CHAR_LENGTH(expr)`|Synonym for `LENGTH`.|
   |`CHARACTER_LENGTH(expr)`|Synonym for `LENGTH`.|
   |`STRLEN(expr)`|Synonym for `LENGTH`.|
   ```

##########
File path: docs/querying/sql.md
##########
@@ -431,37 +431,37 @@ String functions accept strings, and return a type 
appropriate to the function.
 
 |Function|Notes|
 |--------|-----|
-|<code>x &#124;&#124; y</code>|Concat strings x and y.|
+|<code>x &#124;&#124; y</code>|Concat strings `x` and `y`.|
 |`CONCAT(expr, expr...)`|Concats a list of expressions.|
-|`TEXTCAT(expr, expr)`|Two argument version of CONCAT.|
-|`STRING_FORMAT(pattern[, args...])`|Returns a string formatted in the manner 
of Java's 
[String.format](https://docs.oracle.com/javase/8/docs/api/java/lang/String.html#format-java.lang.String-java.lang.Object...-).|
-|`LENGTH(expr)`|Length of expr in UTF-16 code units.|
+|`TEXTCAT(expr, expr)`|Two argument version of `CONCAT`.|
+|`STRING_FORMAT(pattern, [args...])`|Returns a string formatted in the manner 
of Java's 
[String.format](https://docs.oracle.com/javase/8/docs/api/java/lang/String.html#format-java.lang.String-java.lang.Object...-).|
+|`LENGTH(expr)`|Length of `expr` in UTF-16 code units.|
 |`CHAR_LENGTH(expr)`|Synonym for `LENGTH`.|
 |`CHARACTER_LENGTH(expr)`|Synonym for `LENGTH`.|
 |`STRLEN(expr)`|Synonym for `LENGTH`.|

Review comment:
       ```suggestion
   |`CHAR_LENGTH(expr)`|Alias for `LENGTH`.|
   |`CHARACTER_LENGTH(expr)`|Alias for `LENGTH`.|
   |`STRLEN(expr)`|Alias for `LENGTH`.|
   ```




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to