CONVERT(varchar, CONVERT(date, Date), 3) AS Date,
How do I put this in my where statement
my date is my database is date, and example is 15/2/2014
CONVERT(varchar, CONVERT(date, Date), 3) AS Date,
How do I put this in my where statement
my date is my database is date, and example is 15/2/2014