renumber and copy to postgres directory

This commit is contained in:
Carlos Ruiz 2007-07-30 16:11:03 +00:00
parent 8f8c05f7a4
commit e22dace233
2 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
DELETE FROM AD_Ref_List
WHERE AD_Ref_List_ID=638;
UPDATE AD_Ref_List
SET IsActive='N'
WHERE AD_Ref_List_ID IN (634,611);
COMMIT;