对cursor 是不是不能使用select 命令1。对cursor 是不是不能使用select 命令,那么怎样对cursor进行查询 2。怎样对一个table 进行scan 逐条处理 [解决办法]1、对cursor不能select,可以fetch。 2、就是通过游标进行scan逐条处理。