Skip to content

Instantly share code, notes, and snippets.

@vuuvv
Created December 26, 2017 02:58
Show Gist options
  • Save vuuvv/e8d9ccef6f6420dd9741827cc9cf5efa to your computer and use it in GitHub Desktop.
Save vuuvv/e8d9ccef6f6420dd9741827cc9cf5efa to your computer and use it in GitHub Desktop.
update
`t_area` AS a
JOIN
t_area as p on a.parent_code=p.`code`
set a.parent_id=p.id
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment