For example i have a table with column “example” NUMBER(5,2), if I right – max input value is 999,99.
It’s possible get by query value that could be stored in that column? May be any SQL query or by java api?
For example i have a table with column example NUMBER(5,2), if I right –
Share
If you already have the values for precision and scale, you should be able to calculate the maximum value like this:
If you don’t know the values for precision and scale, you can query the database metadata: