PROCEDURE SUB3 (SQLCODE, SQLSTATE); INSERTINTO T4
VALUES('This is the first compound character
literal.',1,NULL,NULL);
PROCEDURE SUB4 (SQLCODE, SQLSTATE); INSERTINTO T4
VALUES('Second character literal.',2,NULL,NULL);
PROCEDURE SUB5 (SQLCODE, SQLSTATE); INSERTINTO T4
VALUES('Third character literal.',3,NULL,NULL);
PROCEDURE SUB6 (SQLCODE, SQLSTATE,
:NUM NUMERIC (9)); SELECT NUM6 INTO :NUM FROM T4 WHERE STR110 = 'This is the compound ' 'character literal.';
PROCEDURE SUB7 (SQLCODE, SQLSTATE,
:COUN NUMERIC (9)); SELECTCOUNT(*) INTO :COUN FROM T4 WHERE STR110 <> 'This is the first compound ' 'character literal.';
PROCEDURE SUB8 (SQLCODE, SQLSTATE,
:NUM NUMERIC (9)); SELECT NUM6 INTO :NUM FROM T4 WHERE NUM6 = 2 AND STR110 <= 'Second character '--Comments here 'literal.';
PROCEDURE SUB9 (SQLCODE, SQLSTATE,
:NUM NUMERIC (9)); SELECT NUM6 INTO :NUM FROM T4 WHERE STR110 = 'Third character literal.'--Comments here 'second fragment' 'third fragment.';
PROCEDURE SUB10 (SQLCODE, SQLSTATE,
:NUM NUMERIC (9)); SELECT NUM6 INTO :NUM FROM T4 WHERE STR110 = 'First fragment' 'another fragment'--Comments 'Second character literal.'--Comments here 'fourth fragment.';
PROCEDURE SUB11 (SQLCODE, SQLSTATE,
:NUM NUMERIC (9)); SELECT NUM6 INTO :NUM FROM T4 WHERE STR110 <= 'Second ' 'chara'--Comments 'cter liter'--Comments here 'al.' ' ';
PROCEDURE SUB12 (SQLCODE, SQLSTATE,
:NUM NUMERIC (9)); SELECTCOUNT(*) INTO :NUM FROM T4 WHERE STR110 < 'An indifferent'--Comments ' charac' 'ter literal.';
PROCEDURE SUB13 (SQLCODE, SQLSTATE,
:NUM1 NUMERIC (9)); SELECTCOUNT(*) INTO :NUM1 FROM T4 WHERE STR110 >= 'An indifferent'--Comments ' charac' 'ter literal.';
PROCEDURE SUB14 (SQLCODE, SQLSTATE,
:NUM NUMERIC (9)); SELECT NUM6 INTO :NUM FROM T4 WHERE STR110 = 'Second ' 'chara'--Comments 'cter liter'--Comments here 'al.' ' '--Comments ' ';
PROCEDURE SUB15 (SQLCODE, SQLSTATE,
:NUM NUMERIC (9)); SELECT NUM6 INTO :NUM FROM T4 WHERE NUM6 = 2 AND STR110 < 'Second ' 'chara'--Comments 'cter literal.';
PROCEDURE SUB20 (SQLCODE, SQLSTATE); INSERTINTO T4
VALUES('This is the first fragment of a compound character literal,' --Comments ' and this is the second part.',11,NULL,'Compound '
--Comments
'literal.');
PROCEDURE SUB21 (SQLCODE, SQLSTATE); INSERTINTO T4
VALUES('This is a comp' 'ound character literal,' ' in the second table row.',12,NULL,NULL);
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.