Recent content by gavman99

  1. G

    Truncation issues displaying large numeric values

    We have a table where the primary key is defined as a NUMBER(20) and the contents typically contain 20 digit numbers (no leading zeroes). Every time I query the table within PLSQL Developer, the primary key column is truncated so we have to do a TO_CHAR on the primary key in order to retrieve...
Back
Top