会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
智者见智
博客园
首页
新随笔
联系
管理
2019年9月17日
SQL常用语句和函数
摘要: 从一个表中选取数据插入到另一个表中: select column_name(s) into new_table_name from old_table_name --new_table_name表不必事先存在(复制旧表的架构和数据) select * into table_new from tabl
阅读全文
posted @ 2019-09-17 16:36 智者见智
阅读(909)
评论(0)
推荐(0)
公告