T-SQL取得本月的第一天及最後一天的日期方法(適用所有版本,包含舊版) select dateadd(dd,-day(getdate())+1,getdate()) -- 本月1號select dateadd(dd ...
確定! 回上一頁