mirror of
https://github.com/opelly27/WinStudentGoalTracker.git
synced 2026-05-20 02:57:36 +00:00
Latest
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
DELIMITER ;;
|
||||
CREATE DEFINER=`root`@`%` PROCEDURE `sp_Role_GetAll`()
|
||||
BEGIN
|
||||
SELECT
|
||||
id_role,
|
||||
name,
|
||||
internal_name,
|
||||
description
|
||||
FROM role
|
||||
ORDER BY name;
|
||||
END;;
|
||||
DELIMITER ;
|
||||
Reference in New Issue
Block a user