SELECT count(DISTINCT`account_id`, `company`, `department`, `title`, `start_at`, `end_at`, `type`, `create_at`, `update_at`) FROM `experience`;
SELECT DISTINCT `account_id`, `company`, `department`, `title`, `start_at`, `end_at`, `type`, `create_at`, `update_at` FROM `experience`;
この 2 つの SQL の結果は一致しません。最初の結果は 3670 で、2 番目の結果は 4564 レコードです。
誰か教えてくれませんか?