2
Good night,
I need the return of a SELECT to be dependent on the parameter passed in SELECT
Example declare @variavel nvarchar(50)
Select peasant, campob, campoc, campod, peasant,
from table
I need to get:
@variaval = field return: select field, campob from table
if
@variable = field return: select campob, campoc, campod from table
How to make that logic?
This is done through the programming language that will call the bank. Each language has a way and each bank has a way. What is your bank and language you are using ?
– Nelson Teixeira
@Good morning...thanks for the reply By the rule the solution should be made via sql server database
– Twister88