Last active
May 31, 2020 15:22
-
-
Save prashant4224/9c0b46016beb460042fd5d35f08bf4e9 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CREATE DEFINER=`root`@`localhost` PROCEDURE `GetUser`() | |
BEGIN | |
SELECT * FROM USER ORDER BY FIRST_NAME; | |
END |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment