Printable View
Say I have the number 5.64645649878467498, how can I round it to 5.65?
try round(5.64645649878467498, 2)
Thanks, just what I wanted.
sure no problem