How can we help you today? How can we help you today?

bug:Case and when become a word.

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.
zhiyounet
0

Comments

3 comments

  • James R
    Hi zhiyounet,

    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
    James R
    0
  • James R
    Hi zhiyounet,

    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
    James R
    0
  • zhiyounet
    Thank you, the problem has been resolved
    zhiyounet
    0

Add comment

Please sign in to leave a comment.