cancel
Showing results for 
Search instead for 
Did you mean: 
Data Engineering
cancel
Showing results for 
Search instead for 
Did you mean: 

Rounding in the databricks SQL editor

Hubert-Dudek
Esteemed Contributor III

In SQL editor (inside SQL experience), executing expressions 1 – 0.999 gives the result 0.

image.png

1 ACCEPTED SOLUTION

Accepted Solutions

Hubert-Dudek
Esteemed Contributor III

The incorrect result is because of default rounding to format 0.00. We can implement the below solution to solve the problem. It must be applied to every individual query.

Option 1: Edit Visualisation

After clicking Edit visualization, we can change the default Number format to 0.000

image.pngOption 2: Format number

We can use the format_number function to override the default rounding format.image.pngGeneral solution needed

Setting the default format for numbers in SQL Editor should be possible. Currently, when we go to “SQL Admin Console”, there is only the possibility to change the default date & time format.

@Lindsay Olson​ @Prabakar Ammeappin​ @Werner Stinckens​ @Jose Gonzalez​ , please pass it on as feedback if possible.

image.png

View solution in original post

4 REPLIES 4

Hubert-Dudek
Esteemed Contributor III

The incorrect result is because of default rounding to format 0.00. We can implement the below solution to solve the problem. It must be applied to every individual query.

Option 1: Edit Visualisation

After clicking Edit visualization, we can change the default Number format to 0.000

image.pngOption 2: Format number

We can use the format_number function to override the default rounding format.image.pngGeneral solution needed

Setting the default format for numbers in SQL Editor should be possible. Currently, when we go to “SQL Admin Console”, there is only the possibility to change the default date & time format.

@Lindsay Olson​ @Prabakar Ammeappin​ @Werner Stinckens​ @Jose Gonzalez​ , please pass it on as feedback if possible.

image.png

Prabakar
Esteemed Contributor III
Esteemed Contributor III
Sure @Hubert Dudek we'll test this internally and will take it to the team.

Hubert-Dudek
Esteemed Contributor III

Thank you @Prabakar Ammeappin​ 

-werners-
Esteemed Contributor III

Nice find

Welcome to Databricks Community: Lets learn, network and celebrate together

Join our fast-growing data practitioner and expert community of 80K+ members, ready to discover, help and collaborate together while making meaningful connections. 

Click here to register and join today! 

Engage in exciting technical discussions, join a group with your peers and meet our Featured Members.