mirror of
https://github.com/opelly27/WinStudentGoalTracker.git
synced 2026-05-20 02:57:36 +00:00
Edit button locate, delete, group header
This commit is contained in:
@@ -8,7 +8,7 @@ CREATE DEFINER=`root`@`%` PROCEDURE `sp_ReportPrompt_Insert`(
|
||||
BEGIN
|
||||
INSERT INTO `ReportPrompt`
|
||||
(
|
||||
`id_report_prompt`,
|
||||
`id_ReportPrompt`,
|
||||
`id_program`,
|
||||
`prompt`,
|
||||
`reportname`
|
||||
@@ -21,12 +21,12 @@ BEGIN
|
||||
p_reportname
|
||||
);
|
||||
SELECT
|
||||
`id_report_prompt` AS `reportPromptId`,
|
||||
`id_ReportPrompt` AS `reportPromptId`,
|
||||
`id_program` AS `programId`,
|
||||
`prompt` AS `prompt`,
|
||||
`reportname` AS `reportname`
|
||||
FROM `ReportPrompt`
|
||||
WHERE `id_report_prompt` = p_id_report_prompt
|
||||
WHERE `id_ReportPrompt` = p_id_report_prompt
|
||||
LIMIT 1;
|
||||
END;;
|
||||
DELIMITER ;
|
||||
|
||||
Reference in New Issue
Block a user