Skip to content

Commit

Permalink
markdown escape
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaojiandong committed Feb 14, 2019
1 parent 805e523 commit 57d95fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/querying/sql.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ String functions accept strings, and return a type appropriate to the function.

|Function|Notes|
|--------|-----|
|`x || y`|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.|
|`LENGTH(expr)`|Length of expr in UTF-16 code units.|
Expand Down

0 comments on commit 57d95fe

Please sign in to comment.