Loading

MySQL Advanced Function Part-3

CURRENT_USER Function:- CURRENT_USER Function is used for returning MySQL username and hostname. Which MySQL use to authenticate the current clients. Syntax:- CURRENT_USER() Example:- SELECT CURRENT_USER(); Output:- guest@% DATABASE Function:- The DATABASE Function is used for

Continue Reading