I have inserted 9000 rows into the AcctHist table in the database. The LedgerID is 'HOME'. Now I need to copy these rows and insert them again into the same table, but with LedgedID = 'FIELD' (LedgerID is part of the Primary key). No other changes.
How can I achieve this ? Do I need to copy this data to excel, make the changes and then insert again?
AccHistwith aLedgerID = 'HOME?