4 lines
63 B
MySQL
4 lines
63 B
MySQL
|
begin;
|
||
|
alter table fieldingofsplit drop column "lgID";
|
||
|
commit;
|