View Single Post

   
  #5 (permalink)  
Old 02-29-2008, 07:28 PM
fjleon@gmail.com
 
Posts: n/a
Default Re: Creating dates from table columns

Do you know how to use that constructed date in a WHERE? dateadd.....
as mydate where '20060501' <=p for example doesn't work

The weird thing is that in sql analizer it shows mydate as the name of
the column but if i use it in the where it fails

Reply With Quote