3
Why when we pass database objects as parameters in a stored database they are not accepted?
Ex:
@COLUNA nvarchar(30),
@VARIAVEL nvarchar(50)
SELECT * FROM TBL_TESTE WHERE @COLUNA = @VARIAVEL
The only alternative would be dynamic consultations?
Could explain what this code does?
– rray
Hello Marcela, welcome to [en.so]! Here on the site users usually value objective answers and explain what is being done. For example, you only provided a code, but you answered exactly what you were asked. These were probably the reasons for the negatives the reply received. It would be interesting if you could edit your reply to add a few comments above. Hug!
– utluiz