All,
Sometimes, I simply need to update some values from a lookup table into my current table. In my 2.6 days, I'd just grab my code table, and do:
SELECT CTCODE
SCATTER MEMVAR
SELECT CUSTOMER
GATHER MEMVAR
Is this still an "Acceptable" method? (I tried it, and it did work... but I've seen so much about "Don't use Scatter Gather" anymore, I'm a little unsure. In this case, every field in the CTCODE table I want updated in the CUSTOMER table. Is there some better "SQL" type instruction I might use???
Thanks,
-Scott
s-) Please let me know if this has helped s-)
Sometimes, I simply need to update some values from a lookup table into my current table. In my 2.6 days, I'd just grab my code table, and do:
SELECT CTCODE
SCATTER MEMVAR
SELECT CUSTOMER
GATHER MEMVAR
Is this still an "Acceptable" method? (I tried it, and it did work... but I've seen so much about "Don't use Scatter Gather" anymore, I'm a little unsure. In this case, every field in the CTCODE table I want updated in the CUSTOMER table. Is there some better "SQL" type instruction I might use???
Thanks,
-Scott
s-) Please let me know if this has helped s-)