You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The example in the Coding Style chapter has a syntax error.
The formatter does not throw an error because SQLDev's parser can handle this syntax. However, db* CODECOP cannot and neither can the Oracle Database (it throws an "unknown command on line 1" error).
So, I suggest to add a create or replace to fix the issue.
The text was updated successfully, but these errors were encountered:
The example in the Coding Style chapter has a syntax error.
The formatter does not throw an error because SQLDev's parser can handle this syntax. However, db* CODECOP cannot and neither can the Oracle Database (it throws an "unknown command on line 1" error).
So, I suggest to add a
create or replace
to fix the issue.The text was updated successfully, but these errors were encountered: