摘要: drop table if exists emp; create table emp( empno int, ename varchar(50), job varchar(50), mgr int, hiredate date, sal decimal(7,2), comm decimal(7,2) 阅读全文
posted @ 2023-04-25 20:57 _泡泡 阅读(65) 评论(0) 推荐(0)