What are the differences between the BLOB and TEXT datatypes in MySQL?

后端 未结 6 1624
遇见更好的自我
遇见更好的自我 2020-11-29 19:30

What is blob and what is text? What are the differences?

When do I need to use blob and when do I need text as da

6条回答
  •  北海茫月
    2020-11-29 20:14

    Blob datatypes stores binary objects like images while text datatypes stores text objects like articles of webpages

提交回复
热议问题