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,
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