- Remodeled user db

This commit is contained in:
Alexis
2020-07-02 23:05:34 +02:00
parent 9abf084530
commit 53eaf57ab6
2 changed files with 11 additions and 6 deletions

View File

@@ -1,3 +1,5 @@
USE auracle;
/* Insertions de masses */
DELIMITER $$
CREATE PROCEDURE insertIntoSchoolRange(IN delimiter_start INT, IN delimiter_end INT, IN id_school INT)