MySQL

Posts related to MySQL

What does int(11) means in MySQL?

What does int(11) means in MySQL? Read More »

How to get size of BLOB in MySQL

How to get size of BLOB in MySQL Read More »

MySQL ordering results by specific field values

MySQL ordering results by specific field values Read More »

Sample MySQL table

For my MySQL posts here is a sample MySQL table that I would be using for my examples. I would refer my posts back to this for table structure and sample data. Table structure: +———+————-+——+—–+———+——-+ | Field | Type | Null | Key | Default | Extra | +———+————-+——+—–+———+——-+ | name | varchar(20) | YES

Sample MySQL table Read More »

How to Find and Replace Data in MySQL

How to Find and Replace Data in MySQL Read More »