摘要:
msyql 8.0 with recursive x (tree,mgr,depth) as ( select cast(ename as CHAR(100)) as ename, mgr, 0 from emp where ename = 'MILLER' union all select cas 阅读全文
posted @ 2025-08-31 23:46
®Geovin Du Dream Park™
阅读(4)
评论(0)
推荐(0)
摘要:
mysql 8.0 CREATE TABLE EMP ( EMPNO INTEGER NOT NULL, ENAME VARCHAR(10), JOB VARCHAR(9), MGR INTEGER, HIREDATE DATE, SAL INTEGER, COMM INTEGER, DEPTNO 阅读全文
posted @ 2025-08-31 22:29
®Geovin Du Dream Park™
阅读(2)
评论(0)
推荐(0)