Why does the following return a MEDIUMTEXT type?
MEDIUMTEXT
set @entered_date = date "2015-01-01"; select @entered_date;
What wou