![HP NonStop SQL/MX Messages Manual Download Page 212](http://html.mh-extra.com/html/hp/nonstop-sql-mx/nonstop-sql-mx_messages-manual_165150212.webp)
Binder and Compilation Messages (4000 through
4999)
HP NonStop SQL/MX Messages Manual —640324-001
6- 26
Recovery. See the Operator Messages Manual for information on EMS event
messages.
SQL 4104
Where
column name
is a delimited ANSI identifier, such as
MYCOL
.
Cause. You attempted to select from a table using a character literal, but you used
double quotes as the delimiter instead of single quotes.
For example, if you enter this statement, in which "
Lower
" is a character literal:
>>select * from T050a where a="Lower";
you will receive this error:
*** ERROR[4001] Column "Lower" is not found. Tables in scope:
CAT.SCH.T050A. Default schema: CAT.SCH.
*** ERROR[4104] If a character literal was intended, you must
use the single quote delimiter instead of the double: 'Lower'
instead of "Lower".
Effect. Nothing is selected.
Recovery. Replace the double quotes with single quotes.
SQL 4105
Cause. NonStop SQL/MX does not recognize the translation name.
Effect. NonStop SQL/MX is unable to compile the statement.
Recovery. Use one of the supported translation names.
SQL 4106
Cause. You specified an operand for function
name1
with the wrong character set
name2
.
Effect. The operation fails.
Recovery. Correct the character set of the operand and resubmit.
4104 If a character literal was intended, you must use the
single quote delimiter:
‘literal’
. The use of double quotes
causes SQL/MX to interpret
column name
as a delimited
identifier column name.
4105 Translation name is not recognized.
4106 The character set for the operand of function
name1
must
be
name2
.
Summary of Contents for NonStop SQL/MX
Page 4: ......
Page 8: ...Contents HP NonStop SQL MX Messages Manual 640324 001 iv ...
Page 26: ...General Messages 0 through 999 HP NonStop SQL MX Messages Manual 640324 001 2 2 ...
Page 130: ...SQL MX MXCMP Messages 2000 through 2999 HP NonStop SQL MX Messages Manual 640324 001 4 34 ...
Page 242: ...Normalizer Messages 5000 through 5999 HP NonStop SQL MX Messages Manual 640324 001 7 2 ...
Page 246: ...Optimizer Messages 6000 through 6999 HP NonStop SQL MX Messages Manual 640324 001 8 4 ...
Page 248: ...Generator Messages 7000 through 7999 HP NonStop SQL MX Messages Manual 640324 001 9 2 ...
Page 614: ...Utility Messages 20000 through 23099 HP NonStop SQL MX Messages Manual 640324 001 18 138 ...
Page 752: ...Non SQLCODE Error Messages HP NonStop SQL MX Messages Manual 640324 001 A 14 MXGNAMES Utility ...