SQLite - Column

Sqlite Banner

Management

Rename

beware !!: why_alter_table_is_such_a_problem_for_sqlite

Since SQLite 3.25.0.

Alter table syntax

ALTER TABLE schema.table RENAME COLUMN oldname TO newname.

Collation

You can define a collation (string comparison) on the column definition. See collation on table





Discover More
Sqlite Banner
Sqlite - Collation (String comparison)

Collation in Sqlite This query is case insensitive and will match: FOO fOo ... This query is case insensitive and will match: FOO bar fOo Bar ... case insensitiveglob Example...



Share this page:
Follow us:
Task Runner