早教吧 育儿知识 作业答案 考试题库 百科 知识分享

如何复制studentinfo表命名为stuphone

题目详情
如何复制student_info表命名为stu_phone
▼优质解答
答案和解析
create table stu_phone
as
select * from table student_info