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.
MySQL Red Gateスキーマの比較を行っており、相違点グループにオブジェクトが表示されていますが、比較ビューには相違点が表示されません。私は何かが足りないのですか?
次のことを試してください。
SELECT phone, COUNT(phone) AS NumOccurrences FROM *MyTable* GROUP BY phone HAVING ( COUNT(phone) > 1 )