當預約日期小於今天就不要show
select * from tt where to_date(’2004′ || ‘/’ || tmonth || ‘/’ || tday,’yyyy/mm/dd’) > mdate
select * from tt where to_date(’2004′ || ‘/’ || tmonth || ‘/’ || tday,’yyyy/mm/dd’) > mdate
select create_date from break_report
where create_date between to_date(’2004/07/01 00:00:00′,’YYYY/MM/DD HH24:MI:SS’)
and last_day(to_date(’2004/07/01 23:59:59′,’YYYY/MM/DD HH24:MI:SS’))
Select (to_number(to_char(sysdate,’yyyy’)) – 1911)to_char(sysdate,’/MM/DD HH24:MI:SS’) AS AAD from dual;
select to_char(add_months(sysdate,-(1911*12)),’YY/MM/DD HH24:MI:SS’) from dual;
select add_months(sysdate,-(1911*12)) from dual
第一條:不要一天到晚煩我可不可以轉載,我一煩就會殺你全家。
第二條:你拿去用如果讓我不爽,我不爽就會殺你全家。
第三條:就算你沒有觸犯前兩條,我沒事還是會去殺你全家。
第四條:歸納前三條,結論:殺你全家。
http://optimalaccess.blogspot.com/
MSDN Home > MSDN Library > Web Development > Scripting >
Windows Script Technologies > Script Runtime > FileSystemObject Object > FileSystemObject Basics