altocompta/sql/upgrade.sql
2007-10-13 16:11:09 +00:00

2 lines
111 B
SQL

delete from jrn where jr_internal is null;
delete from jrnx where j_grpt not in (select jr_grpt_id from jrn);