Try this:
REPLACE(CONVERT(nvarchar(20),YourDate,1),'/','')|||You could also use DatePart 3 times. Just a different approach.|||thanks! Looks good..
convert dates,sql server
No comments:
Post a Comment