靜態方法
/**
* 獲取當前月開始與結束時間
* @return
*/public
static map
getmonth()
/** * 獲取當前學期
* 去年9月-今年2月上半學期,今年3-8下半學期
* @param contains
* @return map
*/public
static map
getquarter()
;boolean contains = intstream.
of(a)
.anymatch
(x -
> x == month);if
(contains)
else
return paramap;
}/**
* 獲取周時間
* @param n=-1上週,n=0本週,1下週
* @return map
*/public
static map
getweektime
(int n)
呼叫
/**
* 周排名第一學生展示(全院範圍)查詢為空推至上週
Oracle 獲取時間段內的所有周
orcle獲取時間段內的所有周 包括周一日期,週日日期,該年的第幾周 首先要獲取一段時間內的所有日期,然後再獲取時間段內的每個周一,週日,第幾周。例如下面 下面的2017 03 02為開始日期,2017 05 02為結束日期 select trunc to date 2017 03 02 yyyy ...
分時間段查詢
declare t table 時間 datetime,金額 int insert t select 2007 1 1 10 00 23 8 union all select 2007 1 1 01 00 04 4 union all select 2007 1 1 01 00 14 4 union...
SQL時間段查詢
access的話 select from table where date1 2008 1 20 and date2 2007 8 30 mysql的話 select from table where date1 2008 1 20 and date2 2007 3 30 也可以 select fr...