- Learn MySQL
- MySQL - Home
- MySQL - Introduction
- MySQL - Installation
- MySQL - Administration
- MySQL - PHP Syntax
- MySQL - Connection
- MySQL - Create Database
- MySQL - Drop Database
- MySQL - Select Database
- MySQL - Data Types
- MySQL - Create Tables
- MySQL - Drop Tables
- MySQL - Insert Query
- MySQL - Select Query
- MySQL - Where Clause
- MySQL - Update Query
- MySQL - Delete Query
- MySQL - Like Clause
- MySQL - Sorting Results
- MySQL - Using Join
- MySQL - NULL Values
- MySQL - Regexps
- MySQL - Transactions
- MySQL - Alter Command
- MySQL - Indexes
- MySQL - Temporary Tables
- MySQL - Clone Tables
- MySQL - Database Info
- MySQL - Using Sequences
- MySQL - Handling Duplicates
- MySQL - SQL Injection
- MySQL - Database Export
- MySQL - Database Import
- MySQL Useful Resources
- MySQL - Useful Functions
- MySQL - Statements Reference
- MySQL - Quick Guide
- MySQL - Useful Resources
- MySQL - Discussion
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
MySQL - Useful Functions
Here is the list of all important MySQL functions. Each function has been explained along with suitable example.
MySQL Group By Clause − The MySQL GROUP BY statement is used along with the SQL aggregate functions like SUM to provide means of grouping the result dataset by certain database table column(s).
MySQL IN Clause − This is a clause, which can be used along with any MySQL query to specify a condition.
MySQL BETWEEN Clause − This is a clause, which can be used along with any MySQL query to specify a condition.
MySQL UNION Keyword − Use a UNION operation to combine multiple result sets into one.
Build in MySQL Functions
MySQL DATE and Time Functions − Complete list of MySQL Date and Time related functions.
MySQL Numeric Functions − Complete list of MySQL functions required to manipulate numbers in MySQL.
MySQL String Functions − Complete list of MySQL functions required to manipulate strings in MySQL.
MySQL Aggregate Functions − Complete list of MySQL aggregate functions.