Find Maximum Possible Value for a Column?
Hi Oracle Oracles. ;)
I have a question that seems easy at first, but is not what it sounds like. If I have a column, say NUMBER(10), how could I find the maximum possible value for that column? So not the maximum value stored in the table for that column, as MAX(Column) would return. I'm trying to avoid hardcoding something like 9999999999 in case column sizes change.
Thanks!
- Dave