ALTER
Questa categoria documenta le varie istruzioni ALTER.
-
ALTER DATABASE
Sintassi {{{ ALTER {DATABASE | SCHEMA} [nome_db] specifica_alter ... AL... -
ALTER EVENT
Modifica un evento esistente -
ALTER FUNCTION
Sintassi {{{ ALTER FUNCTION nome_funz [caratteristica ...] caratteristica: ... -
ALTER PROCEDURE
Sintassi ALTER PROCEDURE nome_proc [caratteristica ...] caratteristica: { CONTAINS SQL -
ALTER SERVER
Sintassi ALTER SERVER nome_server OPTIONS (opzione [, opzione] ...) ... -
ALTER TABLE
Sintassi ALTER [ONLINE] [IGNORE] TABLE nome_tabella specifica_alter [, specifica_alter] -
ALTER VIEW
Sintassi {{{ ALTER [ALGORITHM = {UNDEFINED | MERGE | TEMPTABLE}] [D...
Content reproduced on this site is the property of its respective owners,
and this content is not reviewed in advance by MariaDB. The views, information and opinions
expressed by this content do not necessarily represent those of MariaDB or any other party.