摘要: MOVE截断 X类型是左对齐,9类型是右对齐 不同类型的数据之间进行MOVE的时候,先进行数据类型转换。 例如,MOVE 9(5) TO X(6), 先把9(5)转换成X(5),再赋值给X(6)。 例: 结果:'12345' 01 A pic X(5) VALUE "12345"; 01 B pic 阅读全文
posted @ 2021-01-06 17:50 kakaisgood 阅读(177) 评论(0) 推荐(0) 编辑
摘要: ARRAYSIZE or ROWPREFETCH in sqlplus? What is the difference between the well known sqlplus-setting arraysize and the new sqlplus-12.2.-feature rowpref 阅读全文
posted @ 2021-01-06 15:21 kakaisgood 阅读(88) 评论(0) 推荐(0) 编辑