摘要: 前言 经过了前面的一系列理论,那么用一个例子去看一下吧。 正文 EXPLAIN SELECT t3.emp_no,t3.first_name,(select t4.last_name from temployees t4 where t4.emp_no=t3.emp_no) AS last_name 阅读全文
posted @ 2020-06-14 22:46 敖毛毛 阅读(185) 评论(0) 推荐(0)