Closed
Description
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) := '';
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) := '';