Skip to content

Instantly share code, notes, and snippets.

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