4 lines
51 B
MySQL
4 lines
51 B
MySQL
|
use studb;
|
||
|
|
||
|
select * from t_emp where salary>5000;
|