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

5 lines
51 B
MySQL
Raw Normal View History

use studb;
select t_stu.sid,t_stu.sex
from t_stu;