UPDATE RDML command
Posted: Wed May 03, 2023 1:36 am
If my table has 1 to many records for an order#, If I issue this update:
#LOC := ' '
#ORDER := 12345
update fields(#LOC) in_file(ORDERS) with_key(#ORDER)
Does it update all of the records or just the first one?
#LOC := ' '
#ORDER := 12345
update fields(#LOC) in_file(ORDERS) with_key(#ORDER)
Does it update all of the records or just the first one?