大数据第59天—MySQL之员工奖金-杨大伟
摘要:
需求:选出所有 bonus < 1000 的员工的 name 及其 bonus。 展示效果: namebonus John null Dan 500 Brad null 1 Create table If Not Exists 17_Employee (EmpId int, Name varchar 阅读全文
posted @ 2020-09-23 16:35 浪子逆行 阅读(197) 评论(0) 推荐(0) 编辑