I have 2 table input, the first one give me 2 row data, those are my parameters for table input 2.
part of the script from table input 2
declare @semana_ini int = ? ;
declare @semana_fim int = ? ;
select @semana_ini,@semana_fim
Howerver when I execute with always come with error of not showing de data, only "?" What I'm doing wrong?
2.1m questions
2.1m answers
60 comments
57.0k users