Github user DaveBirdsall commented on a diff in the pull request: https://github.com/apache/trafodion/pull/1642#discussion_r202838056 --- Diff: core/sql/bin/SqlciErrors.txt --- @@ -1450,6 +1450,7 @@ $1~String1 -------------------------------- 4494 ZZZZZ 99999 BEGINNER MINOR LOGONLY LOAD is not supported on a table with LOB columns. Table $0~TableName has LOB column $1~ColumnName. 4495 ZZZZZ 99999 BEGINNER MINOR LOGONLY UNLOAD is not supported on a SELECT with LOB columns. $0~ColumnName is a LOB column. 4496 42000 99999 BEGINNER MAJOR DBADMIN $0~String0 is supported only with datetime fields. +4497 ZZZZZ 99999 BEGINNER MAJOR DBADMIN The $0~String0 operand of $1~String1 must be greater than $2~String2 --- End diff -- Minor point. Please add a period at the end of your new message text. Also, as I mentioned below, since this is a run-time message, it should be in the 8000-8999 range. ---