All Downloads are FREE. Search and download functionalities are using the official Maven repository.

liquibase.harness.change.expectedSql.mssql.renameTable.sql Maven / Gradle / Ivy

There is a newer version: 1.0.10
Show newest version
CREATE TABLE oldnametable (test_id int NOT NULL, test_column varchar(50) NOT NULL, CONSTRAINT PK_OLDNAMETABLE PRIMARY KEY (test_id))
exec sp_rename 'oldnametable', 'newnametable'




© 2015 - 2024 Weber Informatics LLC | Privacy Policy