USER()
CURRENT_USER()
LOGIN_NAME()
SESSION_USER()
Returns the row number of a result set
Counts the total number of rows in a table
Retrieves the last row in a result set
Assigns a unique identifier to each row in a table
PATTERN BY
MATCHING
LIKE
PATTERN MATCH
Flushes the contents of a table
Refreshes the privileges held by the server
Deletes all privileges from a user
Flushes the query cache
Returns the average value of the arguments
Returns the first non-null argument
Concatenates the arguments into a single string
Adds up all the arguments
ORDER BY DESC
SORT DESC
DESCENDING
REVERSE ORDER
Specifies the range of rows to include in the window function from the start to the current row
Specifies the range of rows to include in the window function from the current row to the end
Excludes the current row from the window function
Specifies the range of rows to include in the window function from the start to the end
Displays warnings generated during the execution of the last statement
Shows all warnings in the database
Lists all columns with warning messages
Clears all warning messages
SQR()
SQRT()
ROOT()
POWER()
Sets the isolation level of the current transaction
Controls whether each SQL statement is treated as a transaction and is automatically committed
Retrieves the current users login name
Changes the collation of the current session
ADD COLUMN
INSERT COLUMN
CREATE COLUMN
ALTER COLUMN
Loads data into a table from an external file
Deletes data from a table
Loads data into a temporary table
Inserts a new record into a table
Converts a string to uppercase
Performs a case-sensitive comparison
Adds two binary numbers
Converts a string to lowercase