It does not matter if more than 200 rows would have qualified; DB2 will signal end of data with a + 100 SQLCODE if you try to FETCH more than 200 rows from the query.
如果有超过200行符合条件也没有关系;如果您尝试从查询中FETCH(访存)超过200行,DB 2将用+ 100SQLCODE表明数据结束。
It does not matter if more than 200 rows would have qualified; DB2 will signal end of data with a + 100 SQLCODE if you try to FETCH more than 200 rows from the query.
如果有超过200行符合条件也没有关系;如果您尝试从查询中FETCH(访存)超过200行,DB 2将用+ 100SQLCODE表明数据结束。
应用推荐