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

12 lines
541 B
SQL

-- Schema: wh
-- Stored Procedure: p_PL_S88PatrimonioNonConsideratoNelCalcoloDelRendimento
CREATE procedure [wh].[p_PL_S88PatrimonioNonConsideratoNelCalcoloDelRendimento] (@Rete char(1), @CodiceFiscale varchar(16)) as select top 999999 ProcedureName,i_rete,i_codiceFiscale,Need_Area,Contratto,Area_O_Nome_Progetto,Descrizione,PartitaViaggiante,Controvalore,DataSottoscrizione from wh.PL_S88PatrimonioNonConsideratoNelCalcoloDelRendimento
where i_rete = @rete and i_codiceFiscale = @codiceFiscale
ORDER BY
Area_O_Nome_Progetto