SQL/MX 2.x Messages Manual (G06.24+, H06.03+)
Privilege and Alias Messages (1000 through 1999)
HP NonStop SQL/MX Messages Manual—523730-004
3-47
SQL 1238
Cause. You specified a literal with a character set other than ISO88591 in the text of a
create trigger statement.
Effect. The operation fails.
Recovery. Specify only ISO88591 literals in the command.
SQL 1239
Cause. You specified a literal with a character set other than ISO88591 in the text of a
create view statement.
Effect. The operation fails.
Recovery. Specify only ISO88591 literals in the command.
SQL 1240
Cause. You specified a literal with a character set other than ISO88591 as a partition
key.
Effect. The operation fails.
Recovery. Specify only ISO88591 literals as partition keys.
SQL 1241
Cause. You specified a literal with a character set other than ISO88591 in a HEADING
clause.
Effect. The operation fails.
Recovery. Specify only ISO88591 literals in HEADING clauses.
1238 The character set for TRIGGER text must be ISO88591.
1239 The character set for string literals in VIEW text must
be ISO88591.
1240 The character set for a PARTITION KEY column must be
ISO88591.
1241 The character set for HEADING must be ISO88591.