摘要:
目录1)基本2)数学函数3)rownum4)分页5)时间处理6)字符函数7)to_number8)聚合函数9)学生选课10)图书馆借阅基本--新建表:create table table1( id varchar(300) primary key, name varchar(200) not nul... 阅读全文
摘要:
1. 文件查看数据文件、控制文件、日志文件查看如下:select file#, status, enabled, name from V$datafile;--查看数据文件select * from v$controlfile;--控制文件select * from v$logfile;--日志文件... 阅读全文