I designed a table with one field of type char(10).
I then I input data to this field but data is less than 10 characters.
Why is it that when I select the data, it returns the data appended with spaces to 10 characters?
I designed a table with one field of type char(10). I then I input
Share
char(n) is padding data with spaces ( completed to n)