2016年10月17日
摘要: 1.组函数用法规则 mysql中组函数在select语句中可以随意使用,但在oracle中如果查询语句中有组函数,那其他列名必须是组函数处理过的,或者是group by子句中的列否则报错 eg: select name,count(money) from user;这个放在mysql中... 阅读全文
posted @ 2016-10-17 18:03 ChaseForFuture 阅读(205) 评论(0) 推荐(0)
摘要: a.shutdown immediate关闭数据库 b.在os下拷贝数据文件到新的地点 c.Startup mount 启动到mount下 d.Alter database rename file '老文件' to '新文件'; (切忌这里不是datafile) e.Alter database o 阅读全文
posted @ 2016-10-17 17:22 ChaseForFuture 阅读(241) 评论(0) 推荐(0)