首页
文章
活动
博客
图书
招聘
Search
登录
注册
mysql中类似oracle spool 功能
2012-08-16
张林
mysql中类似oracle spool 功能
mysql -udb_user -pdb_password < s.txt> b.txt
cat s.txt
use javashop_db;
select image_default from es_goods;
select atturl from es_adv;
select logo from es_brand;
b.txt中是你想要的东东了
0
该文章对我有帮助
480°
/
4803 人阅读
/
0 条评论
发表评论
请
登录
后发表评论
张林
访客 156947
张林
的其他博文
更多
This function converts the date from one form to another
Loadrunner Protocol Advisor 功能
CPU Benchmark
如何在低速率网络中测试 Web 应用
Java Memory Profiler
敏捷个人 - 生活方向盘
怎么成为测试经理/test leader/test manager
为什么5%的技术人员开发效率是其他95%的20倍?
How to test PHP project?
web前端开发测试必备浏览器插件集合