select into from 用法

2024-10-13 15:02:06

1、打开数据库客户端Navicat Premium,并双击打开数据库连接,选中数据库student

select into from 用法

3、字段添加完毕后,点击保存,输入表名并点击确定按钮

select into from 用法

5、使用相同方法,新建另一张数据库表,插入三个字段,id、sname和ssex

select into from 用法

7、新建一个查询编辑器,编写select * INTO t_teas FROM t_shu

select into from 用法

9、再次执行查询和插入混合语句,打开t_teas表,查看表记录

select into from 用法
猜你喜欢