会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Vincent
一步一个脚印
博客园
首页
新随笔
联系
订阅
管理
随笔分类 -
SQL
MySQL存储过程循环添加数据
摘要:经常需要测试数据,写个存储过程方便日后使用。
阅读全文
posted @
2016-05-06 20:11
Vincent-Li
阅读(1314)
评论(0)
推荐(0)
SELECT INTO和INSERT INTO SELECT(SQL Server)
摘要:--自动创建了target_table表,并复制source_table表的数据到target_table select name,age into target_table from source_table ---复制source_table表中的数据到target_table表 insert into target_table(name,age) select name,age from ...
阅读全文
posted @
2015-01-19 16:38
Vincent-Li
阅读(334)
评论(0)
推荐(0)
公告