Hello sorry for this noob question but why DECIMAL(10,9) give me maximum 9.999999999 ? 10 is not length in left of decimal ? Like 9999999999.999999999
What is the good solution for store number like 9999999999.999999999 ? Double(9,9) or Decimal(9999999999,9) ? Thanks you
Column Type Null Default Comments MIME
id int(1) No
value decimal(19,9) No
value2 decimal(10,9) No