dml047.out
来自「derby database source code.good for you.」· OUT 代码 · 共 38 行
OUT
38 行
ij> AUTOCOMMIT OFF;ij> -- MODULE DML047-- SQL Test Suite, V6.0, Interactive SQL, dml047.sql-- 59-byte ID-- TEd Version #-- AUTHORIZATION HU set schema HU;0 rows inserted/updated/deletedij> --O SELECT USER FROM HU.ECCO; VALUES USER;1 --------------------------------------------------------------------------------------------------------------------------------HU ij> -- RERUN if USER value does not match preceding AUTHORIZATION comment-- date_time print-- TEST:0222 FIPS sizing -- Length(240) of a character string!-- FIPS sizing TEST-- NOTE:0222 Literal length is only 78-- setup INSERT INTO T240 VALUES('Now is the time for all good men and women to come to the aid of their country');1 row inserted/updated/deletedij> -- PASS:0222 If 1 row is inserted? SELECT * FROM T240;STR240 --------------------------------------------------------------------------------------------------------------------------------Now is the time for all good men and women to come to the aid of their country &ij> -- PASS:0222 If STR240 starts with 'Now is the time for all good men'?-- PASS:0222 and ends 'and women to come to the aid of their country'?-- restore ROLLBACK WORK;ij> -- END TEST >>> 0222 <<< END TEST-- *************************************************////END-OF-MODULE;ij>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?