Hi,
I'm not wel versed in sql (but trying to learn what and where I can) and am now running into a situation i'm not sure of how to handle so maybe some of you can point me in the right direction.
We are working with exact globe with an sql database behind it, in one of those databases we have a table calledInterBranchTransferTran.
In this table certain orders are being logged, in exact we log transactions on humresid or res_id i've been able to add the column res_id which now has a value not null so it's filled with 1's.
But now I want to fill that column with the actual res_id and thats where i'm kind of stuck now.
I know in which table i can find the res_id column but just need to now how to fill (or perhaps link) it to the column in the InterBranchTransferTran. table/column.
Not really sure if i'm explaining it to well... :S
If i'm not...