User runs the following in the Editor:
CREATE TABLE ddl_test
(
integer_number NUMBER (38,0)
)
TABLESPACE users;
Then they go into the Schema Browser, click on the table, and then click on the scripts tab and shows the following:
CREATE TABLE YYUAN.DDL_TEST
(
INTEGER_NUMBER NUMBER(38)
)
TABLESPACE USERS
The precession for number(38,0) is not there.
You need to be signed in and under a current maintenance contract to view premium knowledge articles.
© 2025 Quest Software Inc. ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center