您的位置:首页 > 产品设计 > UI/UE

sql自动uuid,导表exp,imp指令

2016-03-31 15:21 525 查看
日常用到的小技术点

![js去除空格的写法](https://img-blog.csdn.net/20160331151608084)
![sql获取uuid主键的写法](https://img-blog.csdn.net/20160331151718975)


导入表,导出表 exp imp用法:

exp scott/tiger@product file=exp_home_20150804_tab.dmp log=exp_home_20150804_tab.logtables=TB_EMP,TB_EMP_DEPT

imp scott/tiger@TEST file=exp_home_20160324_tab.dmp log=exp_home_20160324_tab_imp.log tables=TB_EMP,TB_EMP_DEPT
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  sql javascript