Files
Customer/onces/SKAF/skaf#24718.sql
Peter Koerhuis 3b8d7f1dcc Migratie once-scripts van /branch naar /onces
svn path=/Customer/; revision=21207
2014-04-02 13:57:31 +00:00

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;