Existing store procedure untuk get graph, body, data table
This commit is contained in:
14
sp_rpt_executive_summary_tabel_jenis_test_v2.txt
Normal file
14
sp_rpt_executive_summary_tabel_jenis_test_v2.txt
Normal file
@@ -0,0 +1,14 @@
|
||||
begin
|
||||
select distinct
|
||||
Nat_TestName,
|
||||
Nat_TestCode
|
||||
|
||||
from one_etl.mgm_header
|
||||
join nat_test on Nat_TestCode = Mgm_HeaderNat_TestCode
|
||||
and Nat_TestIsActive = 'Y'
|
||||
and Nat_TestIsPrice = 'Y'
|
||||
|
||||
where Mgm_HeaderIsActive = 'Y' and Mgm_HeaderMgm_McuID = PID
|
||||
order by Nat_TestCode;
|
||||
|
||||
end
|
||||
Reference in New Issue
Block a user