随笔分类 - Mysql
mysql的一些学习心得
摘要:开窗函数 注:开窗函数只有MySQL8.0版本之后才有 1. 开窗函数 官网定义:A window function performs an aggregate-like operation on a set of query rows. However, whereas an aggregate
阅读全文
摘要:exists的用法 牛客网刷题:SQL57 使用含有关键字exists查找未分配具体部门的员工的所有信息 SQL57 用法1:建表时使用 用于判断表是否存在 drop table if exists employees; drop table if exists dept_emp; CREATE T
阅读全文
摘要:牛客网刷题:SQL42 - 删除emp_no重复的记录,只保留最小的id对应的记录。 https://www.nowcoder.com/practice/3d92551a6f6d4f1ebde272d20872cf05?tpId=82&tqId=29810&rp=1&ru=/exam/oj&qru=
阅读全文