-> This is used to modify size of the data type or the data type it self of an existing column without changing column name.
The ALTER TABLE.. MODIFY COLUMN statement modifies a column on an existing table. The modification can include changing the data type and attributes. To rename at the same time, use the CHANGE COLUMN ...
※本Noteで作成するSQLはAccess用の為注意、Oracle等他SQLの場合はそれに合ったSQL文になるよう微調整する事。 ・ TB削除用DROP文作成 ・ TB定義変更用ALTER COLUMN文作成 ・ TB列追加用ADD COLUMN文作成 ・ TB列削除用DROP COLUMN文作成 TB新規作成>セルC5 SQL TB削除>セルC6 SQL TB ...