Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

The ORA-00933 error in openGauss signifies that the SQL command being executed is not properly ended. This error occurs when creating a stored procedure if a semicolon (;) is missing at the end of the SQL statement. The error message reads "SQL Error: ORA-00933: SQL command not properly ended." To fix this error, ensure that all SQL statements are properly ended with a semicolon.