Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
1 つのデータベースでは正常に動作するが、別のデータベースでは失敗する MySql クエリがあります。最初のデータベースで正しい値を返すが、2番目のクエリで単にNULLまたは空を返す単一のクエリを持つ方法はありますか?
SELECT DISTINCT tbl.a, tbl.b, tbl.c FROM DB as tbl
つまりtbl.c、データベース 1 には存在するがデータベース 2 には存在しないとします。
tbl.c