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 查詢一個(gè)時(shí)間段 SELECT * FROM ctdate_by_query_date WHERE dateandtime between #2006-5-1# and #2006-5-30#
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í)間日期 例一: 列出當(dāng)天的數(shù)據(jù) sql="select * from ctdate_by_query_date where dateandtime=date() order by a.articleid desc"
您可能感興趣的文章:
access數(shù)據(jù)庫的一些少用操作,ASP,創(chuàng)建數(shù)據(jù)庫文件,創(chuàng)建表,創(chuàng)建字段,ADOXasp 獲取access系統(tǒng)表,查詢等操作代碼Asp 操作Access數(shù)據(jù)庫時(shí)出現(xiàn)死鎖.ldb的解決方法asp.net(C#) Access 數(shù)據(jù)操作類asp實(shí)現(xiàn)的查詢某關(guān)鍵詞在MSSQL數(shù)據(jù)庫位置的代碼asp 在線備份與恢復(fù)sqlserver數(shù)據(jù)庫的代碼asp終極防范SQL注入漏洞asp連接mysql數(shù)據(jù)庫詳細(xì)實(shí)現(xiàn)代碼asp連接access、sql數(shù)據(jù)庫代碼及數(shù)據(jù)庫操作代碼asp操作access提示無法從指定的數(shù)據(jù)表中刪除原因分析及解決ASP中巧用Split()函數(shù)生成SQL查詢語句的實(shí)例asp執(zhí)行帶參數(shù)的sql語句實(shí)例ASP 連接 SQL SERVER 2008的方法ASP通過ODBC連接SQL Server 2008數(shù)據(jù)庫的方法ASP語言實(shí)現(xiàn)對(duì)SQL SERVER數(shù)據(jù)庫的操作