PDC_REPORT_CreazioneDB/sql/Collaudo/procedure/wh_p_PL_S88PatrimonioNonConsideratoNelCalcoloDelRendimento.sql
2025-06-10 15:29:00 +02:00

4 lines
446 B
SQL

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