1、show queries;
2、SELECT * FROM information_schema.QUERIES;
While checking for slow-performing SQL queries today, I came across these two query methods in the documentation and found them quite interesting. What is the difference between these two SQL statements in the document besides the difference in displayed fields?