SHOW VARIABLES LIKE '%version%';

https://dev.mysql.com/doc/refman/5.6/en/explain.html

As of MySQL 5.6.3, permitted explainable statements for EXPLAIN are SELECTDELETEINSERTREPLACE, and UPDATE. Before MySQL 5.6.3, SELECTis the only explainable statement.

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-08-04
  • 2022-12-23
  • 2022-12-23
  • 2021-06-22
  • 2022-12-23
  • 2021-11-04
猜你喜欢
  • 2021-06-24
  • 2022-03-05
  • 2021-09-25
  • 2022-01-31
  • 2021-12-23
相关资源
相似解决方案