Skip to content

Commit

Permalink
sql: add parentheses for TIDB_VERSION (pingcap#622)
Browse files Browse the repository at this point in the history
  • Loading branch information
lilin90 authored and CaitinChen committed Sep 17, 2018
1 parent eb1ebcb commit e2019d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql/information-functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ In TiDB, the usage of information functions is similar to MySQL. For more inform
| [`SYSTEM_USER()`](https://dev.mysql.com/doc/refman/5.7/en/information-functions.html#function_system-user) | Synonym for `USER()` |
| [`USER()`](https://dev.mysql.com/doc/refman/5.7/en/information-functions.html#function_user) | Return the user name and host name provided by the client |
| [`VERSION()`](https://dev.mysql.com/doc/refman/5.7/en/information-functions.html#function_version) | Return a string that indicates the MySQL server version |
| `TIDB_VERSION` | Return a string that indicates the TiDB server version |
| `TIDB_VERSION()` | Return a string that indicates the TiDB server version |

0 comments on commit e2019d9

Please sign in to comment.