Search code examples
ALTER TABLE in Postgres with a subquery...


postgresqlsubqueryalter-table

Read More
Will changing column from timestamp to timestamptz lock the table?...


postgresqlconcurrencytimestamppostgresql-9.3alter-table

Read More
Change column type from timestamp WITHOUT time zone to timestamp WITH time zone...


sqlpostgresqltimezoneddlalter-table

Read More
How do I set the DEFAULT value for a non-nullable column to the TOP 1 result of a SELECT query?...


sqlsql-serveralter-table

Read More
Creating a data model from scratch: Adding a Foreign Key in PostgreSQL...


postgresqlforeign-keysetldata-modelingalter-table

Read More
MySQL: ALTER IGNORE TABLE ADD UNIQUE, what will be truncated?...


mysqlalter-tableunique-key

Read More
`MODIFY COLUMN` vs `CHANGE COLUMN`...


mysqlalter-table

Read More
Postgresql - change the size of a varchar column to lower length...


sqlpostgresqlvarcharalter-table

Read More
Modify a Column's Type in sqlite3...


sqlitealter-table

Read More
Does adding a null column to a postgres table cause a lock?...


postgresqlalter-table

Read More
How do I alter the position of a column in a PostgreSQL database table?...


sqldatabasepostgresqlalter-table

Read More
Can I prepare "ALTER TABLE ? RENAME TO ?;" in SQLite?...


sqliteprepared-statementalter-table

Read More
MySQL very slow for alter table query...


mysqlsqlalter-table

Read More
Oracle ALTER TABLE MOVE INCLUDING ROWS not working properly...


oraclealter-table

Read More
How to alter a table using mongodb...


mongodbmongodb-queryinsert-updatealter-table

Read More
ALTER TABLE ADD CONSTRAINT gets Error 1064...


mysqlsqlddlalter-table

Read More
PostgreSQL: what's the difference between "alter table ... add unique (...)" and &quot...


sqlpostgresqlconstraintsuniquealter-table

Read More
Adding an identity to an existing column...


sqlsql-serveralter-tableidentity-column

Read More
Alter column type from text[] to jsonb[]...


arrayspostgresqljsonbddlalter-table

Read More
Alter column type with non-trivial usage of "using" clause...


postgresqlusingalter-table

Read More
Is there any way to list all the views related to a table in the existing postgres schema...


postgresqlfunctionviewalter-tabledatabase-optimization

Read More
How to change the description of a field nested in a struct via the DDL in BigQuery?...


sqlgoogle-bigqueryddlalter-table

Read More
SQL Server add auto increment primary key to existing table...


sql-serversql-server-2008primary-keyalter-table

Read More
ALTER TABLE WITH SELECT...


sqlpostgresqlalter-table

Read More
Altering column data type...


sqloraclealter-table

Read More
How to alter a column's data type in a PostgreSQL table?...


sqlpostgresqlpsqlalter-tablealter-column

Read More
Problem with Postgres ALTER TABLE...


postgresqldependenciesalter-table

Read More
Unanticipated Index Creation in MSSQL and its Impact on Column Alteration - INDEX_VV_<3to4DigitNu...


sql-serverindexingalter-tablealter

Read More
How do you change the datatype of a column in SQL Server?...


sql-servert-sqltype-conversionalter-table

Read More
Change a Nullable column to NOT NULL with Default Value...


sqlsql-serverdefault-valuealter-tablealter-column

Read More
BackNext