Quote:
Originally Posted by jx12345
update stores.lat = outcode.lat, stores.long=outcodes.long
where stores.outcode = outcodes.outcode.
|
i'll walk you through it
first of all, please go to
da manual and look up the UPDATE syntax
you will notice that the first two parameters after the word UPDATE are optional -- [LOW_PRIORITY] and [IGNORE]
after that comes something else, and what i'd like you to do is find out what it is, and try to fix your update statement accordingly
also, scroll down in that manual page to where they give an example of a joined update
