5 lines
51 B
MySQL
5 lines
51 B
MySQL
|
use studb;
|
||
|
|
||
|
select t_stu.sid,t_stu.sex
|
||
|
from t_stu;
|