PDC_REPORT_CreazioneDB/sql/storedCollaudo/dbo_GetStatistics.sql
2025-06-06 19:02:52 +02:00

12 lines
179 B
Transact-SQL

-- Schema: dbo
-- Stored Procedure: GetStatistics
CREATE procedure [dbo].[GetStatistics]
as
begin
select * from GetStatistics_stato_report
select * from GetStatistics_elab
end