W3cubDocs
/
SQLite
W3cubTools
Cheatsheets
About
alter-table-stmt
ALTER
TABLE
schema-name
.
table-name
RENAME
TO
new-table-name
RENAME
COLUMN
column-name
TO
new-column-name
ADD
COLUMN
column-def
DROP
COLUMN
column-name
Used by:
sql-stmt
References:
column-def
See also:
lang_altertable.html
SQLite is in the Public Domain.
https://sqlite.org/syntax/alter-table-stmt.html