Discussion board
If I created a column with data type VARCHAR(3), what would I expect to see in MySQL table?
By Arun Desai
If I created a column with data type VARCHAR(3), what would I expect to see in MySQL table?
Reply
Post   Reset
Teacher SiliconIndia replied to Arun Desai Thursday, March 18, 2010
Hi Arun,
CHAR(3), since MySQL automatically adjusted the data type.