mirror of
https://github.com/opelly27/WinStudentGoalTracker.git
synced 2026-05-20 02:57:36 +00:00
sp update
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
DELIMITER ;;
|
||||
CREATE DEFINER=`root`@`%` PROCEDURE `sp_User_GetById`(IN p_id_user INT)
|
||||
CREATE DEFINER=`root`@`%` PROCEDURE `sp_User_GetById`(IN p_id_user CHAR(36))
|
||||
BEGIN
|
||||
SELECT
|
||||
u.id_user,
|
||||
|
||||
Reference in New Issue
Block a user