Trivadis/plsql-and-sql-coding-guidelines

Avoid violation of G-2340 in G-2330

PhilippSalvisberg opened this issue · 0 comments

The bad examples of G-2330 the following guidelines should use CHAR SEMANTIC:

co_null_string constant varchar2(1 char) := '';

instead of

co_null_string constant varchar2(1) := '';