¿Por qué no usar un simple if(@prod = 'true')
declaración como la siguiente:
if (@prod = 'true')
begin
select * from userprod_table where something = 'something'
end else
begin
select * from userwip_table where something = 'something'
end
¿Por qué no usar un simple if(@prod = 'true')
declaración como la siguiente:
if (@prod = 'true')
begin
select * from userprod_table where something = 'something'
end else
begin
select * from userwip_table where something = 'something'
end