gpt4 book ai didi

mysql - 无法将两个表合并为一个具有两个唯一列的表

转载 作者:行者123 更新时间:2023-11-29 19:29:58 25 4
gpt4 key购买 nike

我需要选择客户和供应商居住的所有独特的英国城市,从 A 到 Z 排序

我有两个表:客户供应商。它们都有城市国家列。

这是我的要求:

select distinct Customers.City, Suppliers.City, Customers.Country, Suppliers.Country
from Customers
join Suppliers
on Customers.Country = Suppliers.Country
where Customers.Country like "UK";

结果我得到 4 列:城市、城市、国家/地区。

我哪里错了?

最佳答案

您可以为此使用最小和最大子句。下面的回答也许对你有帮助。 MYSQL select DISTINCT values in two columns

关于mysql - 无法将两个表合并为一个具有两个唯一列的表,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41858036/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com