15 lines
262 B
SQL
15 lines
262 B
SQL
-- Customer specific once-script for SKAmersFoorts
|
|
-- (c) 2010 SG|facilitor bv
|
|
-- $Revision$
|
|
-- $Id$
|
|
--
|
|
-- Support: +31 53 4800710
|
|
|
|
SET ECHO ON;
|
|
SPOOL skaf#24718.lst;
|
|
|
|
delete from fac_imp_factuur where fac_import_key is null;
|
|
|
|
COMMIT;
|
|
SPOOL OFF;
|