I'm trying to format dates in the select statement: CONVERT(VARCHAR(10),GETDATE(),110) returns an error. How should this be handled? Thanks!
I'm trying to format dates in the select statement:
CONVERT(VARCHAR(10),GETDATE(),110) returns an error. How should this be handled?
Thanks!