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

8 lines
340 B
SQL

-- Schema: wh
-- Stored Procedure: p_PL_S43LineaSelfBF
CREATE procedure [wh].[p_PL_S43LineaSelfBF] (@Rete char(1), @CodiceFiscale varchar(16)) as select top 999999 ProcedureName,i_rete,i_codiceFiscale,NumContratto,Controvalore,NomeProdotto,DataSott from wh.PL_S43LineaSelfBF where i_rete = @rete and i_codiceFiscale = @codiceFiscale