lahmanlite/sql/2nf/batting.sql

4 lines
55 B
MySQL
Raw Normal View History

2024-01-26 20:03:29 +00:00
begin;
alter table batting drop column "lgID";
commit;