Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in alter-table

Can't delete primary key on table with FULLTEXT index

sql-server alter-table

what is the difference between 'alter table rename' and 'rename table'?

mysql drop foreign key without table copy

Adding new column after column and defining a default

mysql database alter-table

Drop all columns in a table if their names follow a specific pattern in SQL Server

sql-server alter-table

shrinking a column in oracle

oracle ddl alter-table

Why does SQL Server force me to drop the table to be able to alter a field from DateTime to DateTime2(3)?

Alter Table Of Other User in Firebird

firebird ddl alter-table

Mysql error 150 on column rename

How to add a foreign key constraint to same table using ALTER TABLE in PostgreSQL

SQL Alter Column in table From Bit to Int

sql-server bit alter-table

Change column type from varchar to timestamp

postgresql alter-table

How to add a (primary) key to an existing table using SAP HANA

ALTER TABLE: Add a new boolean column with default value and checkbox

ms-access ddl alter-table

Sybase/ALTER TABLE: how to turn an existing column from non-nullable to nullable?

sybase alter-table

Postgres SET UNLOGGED takes a long time

Alter Table if column doesn't exist

SQL Server - Convert VarChar to Date in ALTER TABLE

sql sql-server alter-table

How to change existing column type of a table in Sybase?

sybase alter-table

Rename column only if exists

postgresql ddl alter-table