Sometimes you may need to check if column is empty or null in MySQL. Here are 3 different ways to check for null values in column.
MySQL
How to Modify MySQL Column to Allow Null
Sometimes you may need to modify MySQL column to allow null. Learn how to change MySQL column to allow Null using MODIFY and CHANGE.
How to Suppress Warning Messages in MySQL
How to Add Auto Increment ID to Existing Table in MySQL
Sometimes you may need to add auto increment id to existing table in MySQL. Here are the steps to do it.
How to Fix Invalid Use of Group Function Error
How to Insert Current Date Time in MySQL
How to Uninstall MySQL Completely in Ubuntu
Often database administrators need to uninstall MySQL completely in Ubuntu. Here are the steps to completely remove MySQL in Linux.
How to View MySQL Query Locking Table
Sometimes you may need to view MySQL query locking table. Here is how to view query that is locking MySQL tables.
How to Group By Date on Datetime Column in MySQL
How to Select By String Length in MySQL
Sometimes you may need to select by string length in MySQL. Here are the steps to select by character length.