1. Error description
2. Error reason
create table t_stu_info(
id int(10) primary key,
name varchar2(20) not null
);
Error, missing close parenthesis, int(10)
3. Solutions
create table t_stu_info(
id int primary key,
name varchar2(20) not null
);
After removing the length of the data type after ID, no error will be reported; The ID data type length was also bracketed, but the Oracle client still prompts for an error
Read More:
- 1822 – Failed to add the foreign key constraint. Missing index for constraint ‘tb_emp_ibfk_1’ in the
- Oracle database missing init.ora Solutions
- Required request body is missing with ContentCachingRequestWrapper
- pyvista error: root:GLEW could Missing GL version settlement method
- [go] error prompt proto. Unmarshal: missing method protoreflect
- [problem solving] property[ elasticsearch.version ] is missing for plugin [head]
- pom.xml Depending on the error report, the problem of missing artifact XXX is solved
- 8、Forbidden (CSRF token missing or incorrect.): /register/
- React Missing class properties transform.
- Solve the problem: Something’s wrong–perhaps a missing \item. \end{thebibliography}
- TypeError: putText() missing required argument ‘text‘ (pos 2)
- Solutions to the problem of vulnerable missing firmware in Ubuntu
- Failed to add the foreign key constraint. Missing index for constraint ‘stu_ibfk_1’ in the reference
- Error resolution by Ubuntu: aclocal-1.14 ‘is missing on your system
- Failed to read artifact descriptor for xxx:jar Missing
- Allegro’s solution to “symbol is missing a refdes”
- [Solved] ERROR: commit 60acc70: missing Change-Id in message footer
- [MacOS] brew install 404:Bottle missing, falling back to the default domain…
- Missing parents in call to ‘print’
- Error: required request body is missing, @ requestbody annotation usage