|
|
|
MySQL
|
MySQL Convert
This section describes about the MySQL convert. It provides a way for converting the data of one type to another type.
View Rating |
|
|
MySQL
|
MySQL Case Sensitive
Here we are going to read about the MySQL case sensitivity. The case sensitive is a term that tells you to check lettercase either upper case or lower case.
View Rating |
|
|
MySQL
|
MySQL Commands
In this section, we are going to read about the mysql commands. Each statement is sent to the server for the execution by MySQL. MySQL provides lots of commands.
View Rating |
|
|
MySQL
|
MySQL Case
MySQL Case: If you want to implement a complex conditional construction then you can use MySQL case statement. It performs the work as programming type.
View Rating |
|
|
MySQL
|
MySQL by
In the following example you will see the how to use the MySQL by. Here, we will use GROUP BY clause. It displays the data in the group of employee salary.
View Rating |
|
|
MySQL
|
MySQL Round
ROUND() function of MySQL rounds the number to the upwards or downwards to the nearest whole number or to the specified decimal places.
View Rating |
|
|