Skip to content

Instantly share code, notes, and snippets.

@prashant4224
Last active May 31, 2020 15:22
Show Gist options
  • Save prashant4224/9c0b46016beb460042fd5d35f08bf4e9 to your computer and use it in GitHub Desktop.
Save prashant4224/9c0b46016beb460042fd5d35f08bf4e9 to your computer and use it in GitHub Desktop.
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