Sunday, 2 June 2013

PostgreSQL: what is the difference between float(1) and float(24)?

PostgreSQL: what is the difference between float(1) and float(24)?

I am having a hard time understanding the precision in float(p) in Postgres. float(1) and float(24) seem the same to me.
Can someone give me some examples on the differences, please?
Thanks,

No comments:

Post a Comment