asdf2014 commented on code in PR #16826:
URL: https://github.com/apache/druid/pull/16826#discussion_r1699518957


##########
docs/querying/sql-scalar.md:
##########
@@ -87,12 +87,12 @@ to FLOAT. At runtime, Druid will widen 32-bit floats to 
64-bit for most expressi
 
 ## String functions
 
-String functions accept strings, and return a type appropriate to the function.
+String functions accept strings and return a type appropriate to the function.
 
 |Function|Notes|
 |--------|-----|
-|`CONCAT(expr, expr...)`|Concats a list of expressions. Also see the 
[concatenation operator](sql-operators.md#concatenation-operator).|
-|`TEXTCAT(expr, expr)`|Two argument version of `CONCAT`.|
+|`CONCAT(expr, [expr, ...])`|Concatenates a list of expressions. Also see the 
[concatenation operator](sql-operators.md#concatenation-operator).|
+|`TEXTCAT(expr, expr)`| Concatenates two expressions.|

Review Comment:
   ```suggestion
   |`TEXTCAT(expr, expr)`|Concatenates two expressions.|
   ```



-- 
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