
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.
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.
Often you may need to remove leading & trailing whitespace from strings in MySQL. Here are the steps to do it.
Sometimes you may get the error ‘Can’t Connect to Local MySQL Socket’ error while using MySQL. Here are the steps to fix this error.
MySQL string comparison is case insensitive. Here is how to make case sensitive case string comparison in MySQL.
Sometimes you may need to set initial value and auto increment in MySQL. Here are the steps to do it.