8 lines
340 B
SQL
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
|
|
|
|
|
|
|