Proč nepoužít jednoduché if(@prod = 'true')
prohlášení jako níže:
if (@prod = 'true')
begin
select * from userprod_table where something = 'something'
end else
begin
select * from userwip_table where something = 'something'
end
Proč nepoužít jednoduché if(@prod = 'true')
prohlášení jako níže:
if (@prod = 'true')
begin
select * from userprod_table where something = 'something'
end else
begin
select * from userwip_table where something = 'something'
end