当前位置: 代码迷 >> ASP.NET >> 存储过程得到当前年,月解决方案
  详细解决方案

存储过程得到当前年,月解决方案

热度:9231   发布时间:2013-02-25 00:00:00.0
存储过程得到当前年,月
怎么用存储过程   实现   得到当前     年   月         多谢

------解决方案--------------------------------------------------------
select year(getdate()) select month(getdate())
------解决方案--------------------------------------------------------
正解
  相关解决方案