結果を出すのに時間がかかりすぎるMySqlクエリ
Select pty_code from sis.tblBf a where a.BFno
not in (select b.BNo from sislatest.tbltransaction b)
注:私は2つの異なるデータベースを比較して違いを得ています。
Select A.pty_code from DataBase1.TableName A
where A.BFno NOT IN (SELECT B.BNo From DataBase2.TableName B)