bug:Case and when become a word.
zhiyounet
Posts: 10 New member
select round(case when 1 = 1 then 1
else 0
end,4);
Use the new formatting tool:
select round( casewhen1= 1 then 1
else 0
end, 4
);
Case and when become a word.
else 0
end,4);
Use the new formatting tool:
select round( casewhen1= 1 then 1
else 0
end, 4
);
Case and when become a word.
Comments
Thanks for your post!
This sql text collapse bug is a known issue. We have a a fix for it locally which will be contained in our next 7.5 beta release.
Hope this helps!
James
Redgate Software
We have just released a new stable build (7.5.0) which contains a fix for this bug! See here for more information.
Please let us know if this fixes your issue.
Thanks,
James
Redgate Software