Existing store procedure untuk get graph, body, data table

This commit is contained in:
2024-07-30 09:43:23 +07:00
parent 4e0753f167
commit 702d668d07
8 changed files with 231 additions and 0 deletions

10
sp_exe_sum_tpl_01_V1.txt Normal file
View File

@@ -0,0 +1,10 @@
BEGIN
SELECT exeSumTplTitle as judul, exeSumTplSubTitleTitle as subjudul, exeSumTplSubBody as body
FROM exe_sum_tpl
WHERE exeSumTplCode= CODE
AND exeSumTplMgm_McuID = MMID;
END