K
KarenSue
I have inherited an application from another programmer. Could someone
explain why alias 'a' and 'b', below, are merely listed after the UPDATE
command but for alias 'c', the SET command is used? I thought the SET
command is used to 'set' one field equal to the value in another, as used in
the second instance of SET, below.
UPDATE Combined_Status AS a, Keywords AS b SET Group_Sort AS c
SET a.sort_flag = c.minimum_sort
Thank you from a rusty query writer trying to brush up her skills.
explain why alias 'a' and 'b', below, are merely listed after the UPDATE
command but for alias 'c', the SET command is used? I thought the SET
command is used to 'set' one field equal to the value in another, as used in
the second instance of SET, below.
UPDATE Combined_Status AS a, Keywords AS b SET Group_Sort AS c
SET a.sort_flag = c.minimum_sort
Thank you from a rusty query writer trying to brush up her skills.