查看sql语句最终执行语句 Coding求生存 2021-10-18 245 阅读1分钟 explain extended select * from account where name in (select name from old_account); show WARNINGS;