16 lines
290 B
SQL
16 lines
290 B
SQL
-- Customer specific once-script for SKAmersFoorts
|
|
-- (c) 2010 SG|facilitor bv
|
|
-- $Revision: 1 $
|
|
-- $Modtime: 25-02-11 10:15 $
|
|
--
|
|
-- Support: +31 53 4800710
|
|
|
|
SET ECHO ON;
|
|
SPOOL skaf#19842.lst;
|
|
|
|
delete from cnt_contract_plaats;
|
|
delete from cnt_contract;
|
|
|
|
COMMIT;
|
|
SPOOL OFF;
|