Skip to content

Instantly share code, notes, and snippets.

@seraphy
Created April 18, 2014 09:43
Show Gist options
  • Save seraphy/11034664 to your computer and use it in GitHub Desktop.
Save seraphy/11034664 to your computer and use it in GitHub Desktop.
Apache Derbyのカラムサイズの変更のALTER文
alter table TESTTBL alter column MYCOL1 set data type varchar(1000);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment