Skip to content

Instantly share code, notes, and snippets.

@prashant4224
Created May 31, 2020 15:25
Show Gist options
  • Save prashant4224/582e3a5efa4c2d3cf5b74285459058f3 to your computer and use it in GitHub Desktop.
Save prashant4224/582e3a5efa4c2d3cf5b74285459058f3 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