This is my code running on Vertica server on DB Visualizer.
@echo ${Margin||77.5||decimal(5,2)||where noshow}$;
When I run this line, I'm getting '77' as my value instead of '77.5'.
select ${Margin}$ + 0
Could someone please tell me how to NOT round off my variable? I need it to be accurate.