MySQL Tutorial/Data Types/TEXT

Материал из SQL эксперт
Перейти к: навигация, поиск

TEXT and BLOB

TEXT and BLOB types can store large amounts of data.

You would use these types when you want to store images, sounds, or large amounts of text, such as Web pages or documents.

You can think of a TEXT or BLOB as a very large VARCHAR.

They are processed more slowly, and they take up large amounts of space.

10. 22. TEXT 10. 22. 1. TEXT and BLOB