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

6 lines
128 B
Transact-SQL

CREATE procedure [dbo].[GetStatistics]
as
begin
select * from GetStatistics_stato_report
select * from GetStatistics_elab
end