qfedu-linux-advanced-level/day9/DQL/search5.sql

6 lines
65 B
MySQL
Raw Normal View History

use studb;
-- 使用表的别名查询
select a.*
from t_stu a;