erraja_07 on 06/07/11
Last Edited at 06/07/11 08:56pm
INSERT INTO table_cities (`city`, `state`) SELECT C.cityname, S.statenameFROM `table_city` CLEFT JOIN `table_state` S ON C.stateid = S.stateidWHERE C.`countryid` =254
Report this snippet Tweet
Comment:
You need to login to post a comment.