gianm commented on a change in pull request #6890: Some docs optimization
URL: https://github.com/apache/incubator-druid/pull/6890#discussion_r252524648
 
 

 ##########
 File path: docs/content/querying/sql.md
 ##########
 @@ -149,7 +149,7 @@ String functions accept strings, and return a type 
appropriate to the function.
 
 |Function|Notes|
 |--------|-----|
-|`x \|\| y`|Concat strings x and y.|
+|`x || y`|Concat strings x and y.|
 
 Review comment:
   After playing around a bit I found something that works:
   
   ```
   |<code>x &#124;&#124; y</code>|Concat strings x and y.|
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@druid.apache.org
For additional commands, e-mail: commits-h...@druid.apache.org

Reply via email to