lahmanlite/sql/2nf/fieldingofsplit.sql

4 lines
63 B
PL/PgSQL

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