Let's look at your example:
CONVERT(char(10),[DATE_FIELD], 110)
Note that you are using the 110 style. this returns a character string in a specified format.
Char(10) is not really the only type you could use, but it would have to be a character of some type. Such as varchar(20), nvarchar(20), etc.