摘要: -- 视图-- 准备数据create database if not exists mydb6_view;use mydb6_view;create table dept( deptno int primary key, dname varchar(20), loc varchar(20));ins 阅读全文
posted @ 2022-03-06 19:48 wzc6 阅读(80) 评论(0) 推荐(0)