MySQL Query Functions

There are so many MySQL functions that commonly used to minimize the statements like string operation functions, date time functions, aggregate functions etc. MySQL LAST_INSERT_ID To get the last generated sequence number of the last inserted row. SELECT LAST_INSERT_ID(); MySQL CAST() To convert a value of any type into a value with a your own […]