摘要:
本机连接oracle 数据库?打开cmd > 不同的用户有不同的用户名密码 > sqlplus scott/tiger(安装oracle数据库预留的用户) 回车 提示连接成功………………………… 《基本查询以及过滤查询》1、oracle sql 优化原则? 1.尽量使用列名代替*; 2.where 阅读全文
摘要:
--用户名:tms--创建表ts_dictionary的备份create table ts_dictionary_20160715 as select * from ts_dictionary; 补充: --在ts_dictionary中添加一条一账通的数据insert into ts_dictio 阅读全文