SQL – MySQL UPPER() Function
The MySQL UPPER() function converts a string to upper case.
The MySQL USER() function returns the current user name and host name for the MySQL connection.
The MySQL VERSION() function returns the current version of the MySQL database, as a string.
The MySQL WEEK() function returns the week number for a given date (a number from 0 to 53).
The MySQL WEEKDAY() function returns the weekday number for a given date.
The MySQL WEEKOFYEAR() function returns the week number for a given date (a number from 1 to 53).
The MySQL YEAR() function returns the year part for a given date (a number from 1000 to 9999).
The MySQL YEARWEEK() function returns the year and week number (a number from 0 to 53) for a given date.
This is a quick reference list of MySQL advanced functions and how they are used to work with databases.
This is a quick reference list of MySQL date functions and how they are used to work with databases.
This is a quick reference list of MySQL numeric functions and how they are used to work with databases.
This is a quick reference list of MySQL string functions and how they are used to work with databases.
This shows all databases on the server, and is handy when looking for a specific database in the system or if you’re acclimating yourself to a new system.