mirror of
https://github.com/opelly27/WinStudentGoalTracker.git
synced 2026-05-20 05:17:41 +00:00
Database updates
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
DELIMITER ;;
|
DELIMITER ;;
|
||||||
CREATE DEFINER=`root`@`%` PROCEDURE `sp_Student_GetAll`()
|
CREATE DEFINER=`root`@`%` PROCEDURE `sp_Student_GetAll`()
|
||||||
|
DELIMITER ;;
|
||||||
|
CREATE DEFINER=`root`@`%` PROCEDURE `sp_Student_GetAll`()
|
||||||
BEGIN
|
BEGIN
|
||||||
SELECT
|
SELECT
|
||||||
id_student,
|
id_student,
|
||||||
|
|||||||
Reference in New Issue
Block a user