I wonder if there's a smart SQL statement which can do the same (I can apply that in ADS' Data Architect)?
Example:
Address database
Code: Select all
Clientkey Name X Y Remark
1 Someone
2 Else
3 Another
Code: Select all
[b]Import database[/b]
Clientkey Remark
2 A remark
3 Another remark
Code: Select all
Clientkey Name X Y Remark
1 Someone
2 Else A remark
3 Another Another remark