Available in versions: Dev (3.21) | Latest (3.20) | 3.19 | 3.18 | 3.17 | 3.16 | 3.15 | 3.14 | 3.13 | 3.12 | 3.11

Data type precision

Supported by ✅ Open Source Edition   ✅ Express Edition   ✅ Professional Edition   ✅ Enterprise Edition

The data type precision allows for spceifying the precision of certain numeric or temporal data types, such as:

  • NUMERIC(20) is a NUMERIC typed decimal number of a total of 20 digits before the decimal point. (see scale for an example with precision and scale)
  • TIMESTAMP(3) is a TIMESTAMP typed temporal value of 3 digits millisecond precision after the decimal point.

Feedback

Do you have any feedback about this page? We'd love to hear it!

The jOOQ Logo