09 2021 档案

摘要:1. 查看sql执行情况,用于分析sql语句可优化方案(关键字:explain)。 explain select * from user where name = 'my name'; 2. 查看字段名称和类型(COLUMN_NAME,DATA_TYPE)。 select * from inform 阅读全文
posted @ 2021-09-17 10:58 `YU 阅读(44) 评论(0) 推荐(0)