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:
[email protected]


With regards,
Apache Git Services

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

Reply via email to