SqlDbx Forum

SqlDbx

You are not logged in.

#1 2019-06-28 02:54:34

refine
Member

Table's script create function does't support data type contain char

Table's script create function does't support column's data type contain char. For examples:
create table tableA (
columnA varchar2 (10 char) null
);
sqldbx generate script is
create table tableA (
columnA varchar2 (10) null
);

Offline

Board footer

Powered by FluxBB