最新国产好看的视频,伊人天堂AV在线,国产Aaaaaa视频,蜜臀视频在线观看一区,人妻av色图,密臀久久久精品影片,青青视频免费观看毛片,久草在线观看视,国产三级精品色情在线

ASP ACCESS 日期操作語句小結(jié) By Stabx

 更新時間:2006年10月19日 00:00:00   作者:  
復(fù)制代碼 代碼如下:

13.5.1 列出某一天, 上一星期的數(shù)據(jù)
SELECT distinct dateandtime
FROM ctdate_by_query_date
WHERE dateandtime between ((#2006-5-15#+(Weekday(2006-5-15)-7))-6) and (#2006-5-15#-7)+Weekday(2006-5-15)
sql="SELECT distinct dateandtime FROM ctarticle WHERE dateandtime between ((#"&date&"#+(Weekday("&date&")"&norp&"7))-6) and (#"&date&"#"&norp&"7)+Weekday("&date&")"
13.5 查詢一天, 所隸屬星期所有天數(shù)的數(shù)據(jù)
SELECT *
FROM ctdate_by_query_date
WHERE dateandtime between ((#2006-5-15#+Weekday(2006-5-15))-6) and #2006-5-15#+Weekday(2006-5-15)

13.4 查詢一個時間段
SELECT *
FROM ctdate_by_query_date
WHERE dateandtime between #2006-5-1# and #2006-5-30#

13.3.2 列出不同年份的年份, 并且不要相同
select distinct year(dateandtime) from ctarticle
結(jié)果如: 
Expr1000
2000
2003
2004
2005
2006

13.3.1 列出某一天, 上一年的第一條記錄
SELECT top 1 dateandtime FROM ctarticle where year(dateandtime)=(2006)-1
sql="SELECT top 1 dateandtime FROM ctarticle where year(dateandtime)=(year(#"&date&"#))"&norp

13.3 列出某一年的數(shù)據(jù)
sql="select * from ctdate_by_query_date where year(dateandtime)="&year(rqqdt_)&" order by dateandtime desc"

13.2.1 查找上一月中的第一條記錄
SELECT top 1 dateandtime FROM ctarticle where year(dateandtime)=year(#2006-5-28#) and  month(dateandtime)=month(#2006-5-28#)-1

13.2 列出某一月的數(shù)據(jù)
sql="select * from ctdate_by_query_date where year(dateandtime)="&year(rqqdt_)&" and month(dateandtime)="&month(rqqdt_)&" order by dateandtime desc"

13.1 列出某一日的數(shù)據(jù)
sql="select * from ctdate_by_query_date where dateandtime=#"&rqqdt_&"# order by a.articleid desc"

13. 時間日期
例一: 列出當天的數(shù)據(jù)
sql="select * from ctdate_by_query_date where dateandtime=date() order by a.articleid desc"

相關(guān)文章

最新評論

丽水市| 永福县| 搜索| 五寨县| 松桃| 清苑县| 敦化市| 哈巴河县| 威海市| 永宁县| 彰化市| 洪湖市| 修武县| 兴城市| 华阴市| 昔阳县| 开阳县| 商水县| 天气| 阿合奇县| 眉山市| 漾濞| 玉门市| 宣恩县| 阜新| 淮滨县| 宕昌县| 乌拉特中旗| 长宁县| 玉林市| 仙居县| 乌拉特中旗| 额尔古纳市| 岳阳县| 宜丰县| 礼泉县| 濉溪县| 扶风县| 桃园市| 广西| 肃宁县|