» MySQL Tips
MySQL Tips
In this tutorial, you will learn how to copy data from one table into a new table by using SQL CREATE TABLE and SELECT statement.
In this tip, you will learn various techniques to select random items from a database table in MySQL.
MySQL built-in supports regular expression which allows you to search for text by using special operator call REGEX.
In this tutorial you will learn how to count record in a database table.
In this tutorial, you will learn how to the nth highest record in a database table in various techniques.
In this tutorial, you will learn how to compare two tables to find unmatched records.
You will deal with how to avoid display NULL value by mapping to other values.
In this tutorial you will learn various ways to concatenate two or more than two strings together by using CONCAT function which is provided by MySQL.