Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_databases thread: group by format date


Message #1 by "ee" <ekurbay@y...> on Thu, 23 May 2002 09:47:47
what's wrong with the following?

select Sum(Quantity) AS Quant from table1 group by Format(MGA00_DATE,"#")
Message #2 by santhi_maadhaven@y... on Mon, 27 May 2002 07:54:13
Format(MGAOO_DATE, "m/d/yy")

not Format(MGAOO_DATE,"#")
# is for numbers





> what's wrong with the following?

> select Sum(Quantity) AS Quant from table1 group by Format(MGA00_DATE,"#")

  Return to Index