摘要: 查询 去重 SELECT DISTINCT department_id FROM employees; 空值参数运算 如果值为null则使用0替换,任何值与null计算都为null SELECT employee_id,salary "月工资",salary * (1 + IFNULL(commis 阅读全文
posted @ 2022-09-02 14:00 不会跳舞的胖子 阅读(182) 评论(0) 推荐(0)