Skip to main content
added 97 characters in body
Source Link

You don't need to cast the column. If you want to get rid of the digits after the decimal point you can use round(colName, 0).

You can use round(colName, 0).

You don't need to cast the column. If you want to get rid of the digits after the decimal point you can use round(colName, 0).

Source Link

You can use round(colName, 0).