SQL Identifier |
Notes and Comments |
SQL 1000070 - 0 |
Clear the Application Build Archive. ELETE FROM
tblProjectCostsArchive WHERE PCCurrentPeriod =
<CURRENTPERIOD>;
|
SQL 1000070 - 2 |
Copy Application to the Application Build Archive. SELECT INSERT INTO
tblProjectCostsArchive SELECT * FROM tblProjectCosts WHERE PCCurrentPeriod
= <CURRENTPERIOD>;
|