lahmanlite/sql/batting.sql

4 lines
55 B
PL/PgSQL

begin;
alter table batting drop column "lgID";
commit;