MySQL
- MySQL String
- MySQL Math
- MySQL Trigonometry
- ascii
Returns a number representing the ASCII code value of the leftmost character of "string_expression"; for example, ascii ( 'A' ) is 65. - database
Returns the current database name - schema
Returns the current schema name - session_user
Return the user name returned by the client - system_user
Return the user name returned by the client - version
Returns the string value of the database version.
Parent topic: Using the expression editor