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

6 lines
65 B
SQL

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