I want to set the precision of a column in my hive table to have a precision of 11 (11 places after the decimal). So say I have the double var:
var = 215.6666666666667
I want to get this down to two less precision:
var = 215.66666666667
Is there a way to do this in HIVE? I am using version 0.12.