uwva#36090
svn path=/Customer/; revision=28950
This commit is contained in:
14
onces/UWVA/uwva#36090.sql
Normal file
14
onces/UWVA/uwva#36090.sql
Normal file
@@ -0,0 +1,14 @@
|
||||
-- Opschonen van oude ge<67>mporteerde factuurregels zonder fac_imp_import_key
|
||||
|
||||
SET ECHO ON
|
||||
SPOOL UWVA#36090.lst
|
||||
SET DEFINE OFF
|
||||
|
||||
delete fac_imp_factuur
|
||||
where fac_import_key is null;
|
||||
|
||||
COMMIT;
|
||||
|
||||
BEGIN adm.systrackscriptId('$Id$'); END;
|
||||
/
|
||||
SPOOL OFF
|
||||
Reference in New Issue
Block a user