Location table
-----------------------------------------------
|location.id|country.id|state.id|city.id|
Country
-----------------------------------------------
|country.id|country|
State
-----------------------------------------------
|state.id|state|
City
-----------------------------------------------
|city.id|city|
现在我有了 location.id,我需要从 location.id 一次获取国家、城市、州名。
需要 Sql 查询帮助来解决这个问题