Created
May 31, 2020 15:25
-
-
Save prashant4224/582e3a5efa4c2d3cf5b74285459058f3 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