5 lines
105 B
MySQL
5 lines
105 B
MySQL
|
begin;
|
||
|
alter table battingpost drop column "lgID";
|
||
|
alter table battingpost drop column "teamID";
|
||
|
commit;
|