In this section, you will find a lot of useful techniques and tips to help you to work with MySQL more efficient and effectively.
-
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.
-
Learn how to use advanced queries including join and subquery to retrieve data from multiple tables.