【发布时间】:2018-04-20 19:07:52
【问题描述】:
假设我有这张桌子:
country:
country_id,
country_name;
currency:
currency_id,
currency_name;
country_currency:
country_id,
currency_id;
我想选择并显示所有拥有两种或多种货币的国家。我的查询应该是什么样子?
【问题讨论】:
-
尝试一下。还在苦苦挣扎?见meta.stackoverflow.com/questions/333952/…
标签: mysql postgresql rdbms