View Single Post

   
  #2 (permalink)  
Old 02-29-2008, 06:41 PM
sdowney717@msn.com
 
Posts: n/a
Default Re: looking to collect distinct date part out of datetime field

SQLQuery = "SELECT distinct CONVERT(char,circdate,1) from circdata"

I think I solved it
any one see a problem with this?
thanks
how does the '1' parameter affect the output as I know there are
several choices

Reply With Quote