摘要:
查询出表中10-20条记录 、查询第m条到第n条记录:select top n-m+1 * from test where (id not in(select top m-1 id from test)) 查询出数组中第二大值 用两个变量max,max2,其中max储存最大值,max2储存第二大值初 阅读全文
摘要:
1、sql与oracle区别 https://www.cnblogs.com/fengxiaojiu/archive/2017/11/16/7844994.html Oracle支持多种操作系统,sql server支持window系统Oracle的文件体系结构为: 数据文件 .dbf(真实数据) 阅读全文