Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
update US_CITIES usc
join US_STATES uss
on usc.ID_STATE = uss.ID
set usc.ID_STATE = uss.STATE_CODE
where usc.ID_STATE = US_STATES.ID
if I understand your ID logic correctly
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question