Aug 17, 2009 #1 pearlofperls Technical User Joined Apr 5, 2007 Messages 24 Location US how do i modify the synatx for max date minus 1 select MAX (date_col) from table_a
Aug 17, 2009 #2 PDreyer Technical User Joined Sep 6, 2007 Messages 198 Location ZA minus 1 what? asuming days: select dateadd(dd,-1,max(date_col)) Upvote 0 Downvote