查询本月数据
数据库中日期格式都是这样的 如:2011-11,2011-10,想直接查询本月数据有点困难
尝试了多种办法后终于解决了!
select * from es_exchangeratedate where datediff(m, case when len(e_ratedate)<8 then e_ratedate+'-01' end,getdate())=0
查询本月数据
数据库中日期格式都是这样的 如:2011-11,2011-10,想直接查询本月数据有点困难
尝试了多种办法后终于解决了!
select * from es_exchangeratedate where datediff(m, case when len(e_ratedate)<8 then e_ratedate+'-01' end,getdate())=0
ActiveReport...
强大的.NET报表设计、浏览、打印、转换控件,可以同时用于WindowsForms谀坔攀戀Forms平台下......
AnyChart
AnyChart使你可以创建出绚丽的交互式的Flash和HTML5的图表和仪表控件。可以用于仪表盘的创......