Skip to content

Instantly share code, notes, and snippets.

@oguzhankircali
Created May 30, 2019 09:13
Show Gist options
  • Save oguzhankircali/2404176cdd825d49d9841b654b1d647e to your computer and use it in GitHub Desktop.
Save oguzhankircali/2404176cdd825d49d9841b654b1d647e to your computer and use it in GitHub Desktop.
ALTER TABLE dbo.TableName ADD "COLUMN_NAME" varchar2(50 CHAR) NULL
ALTER TABLE dbo.TableName DROP COLUMN "COLUMN_NAME";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment