This category is for documentation on the various ALTER statements.
Title | Description |
---|---|
ALTER DATABASE | Change the overall characteristics of a database. |
ALTER EVENT | Change an existing event. |
ALTER FUNCTION | Change the characteristics of a stored function. |
ALTER LOGFILE GROUP | Only useful with MySQL Cluster, and has no effect in MariaDB. |
ALTER PROCEDURE | Change stored procedure characteristics. |
ALTER SEQUENCE | Change options for a SEQUENCE. |
ALTER SERVER | Updates mysql.servers table. |
ALTER TABLE | Modify a table's definition. |
ALTER TABLESPACE | ALTER TABLESPACE is not available in MariaDB. |
ALTER USER | Modify an existing MariaDB account. |
ALTER VIEW | Change a view definition. |
© 2019 MariaDB
Licensed under the Creative Commons Attribution 3.0 Unported License and the GNU Free Documentation License.
https://mariadb.com/kb/en/alter/