MySQL online tutorial – Column Types part 2

MySQL online tutorial – Column Types part 2 cover image
  1. Home
  2. MySQL
  3. MySQL online tutorial – Column Types part 2

MySQL Text data type

Text can be fixed length (char) or variable length strings. Also, text comparisons can be case sensitive or insensitive depending on the type you choose.

MySQL