Home:ALL Converter>Oracle sql missing existing right parenthesis

Oracle sql missing existing right parenthesis

Ask Time:2020-05-13T18:15:13         Author:Azzarian

Json Formatter

I have an oracle database. When I run

create table test (col1 varchar2(20),
col2 varchar2(20),
col3 varchar2(5),
col4 int(4),
col5 varchar2(20));

but I constantly get 00907. 00000 - "missing right parenthesis" which as you can see it already exists. I would very much appreciate some guidance.

Author:Azzarian,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/61771952/oracle-sql-missing-existing-right-parenthesis
yy