Closed yuyang-ok closed 5 months ago
Remove the last semicolon.
CREATE TABLE test_type1 (
varchar2_col VARCHAR2(100),
nvarchar2_col NVARCHAR2(100),
char_col CHAR(10),
nchar_col NCHAR(10),
raw_col RAW(100)
)
@kubo thanks I try later
@kubo thanks.
I am using the lib to execute sql and I get a error. my sql is kind like this.
and I get this error
I use dbeaver to execute this every things looks fine.