This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
select left(convert(varchar,dts,120),7) datewhen,count(*) howmany
|
||||
from contents
|
||||
where dts>'August 30 2013'
|
||||
group by left(convert(varchar,dts,120),7)
|
||||
order by left(convert(varchar,dts,120),7)
|
Reference in New Issue
Block a user