Select  *  from  T_Employee

 

 

select FName,FAge from T_Employee

 

 

select FName from T_Employee where FSalary < 5000

 

 

select FName as 姓名,FAge as 年龄,FSalary as 月薪from T_Employee where FSalary < 5000

 

 

select FName as 姓名,FAge as 年龄,FSalary as 月薪,getdate() as 当前时间from T_Employee

相关文章:

  • 2022-03-10
  • 2022-12-23
  • 2021-07-13
  • 2021-12-31
  • 2021-11-20
  • 2021-10-28
猜你喜欢
  • 2022-01-12
  • 2021-08-16
  • 2021-11-13
  • 2022-12-23
  • 2022-12-23
  • 2021-11-20
相关资源
相似解决方案