Posts
Sort by recent activity
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.