mySQL クエリに非常に基本的な問題があります。私のコードはそれです
select *
from member
left join cupwinner
on member.mid=cupwinner.mid;
その結果、最終テーブルには「中間」列が 2 つあります。表には次の列があります:
MID, name, Mtype, Debt, MID, Year, Description.
しかし、member.mid、name、mtype、debt、year、description を使用しないで、このテーブルが必要です。
MID, Name, Mtype, Debt, Year, Description
解決策はありますか?ところで、私の英語でごめんなさい。