update cursor的意思|示意
更新游标
update cursor相关短语
1、 cursor update 光标更新,详细翻译
2、 Cursor For Update 如何写游标内部更新
3、 cursor r update 光标更新
4、 SELECT INSERT UPDATE DELETE CURSOR 用来操纵数据库中的数据的命令如
5、 Update Where Current of Cursor 修改数据
update cursor相关例句
All of this is fine, but the real value of directly manipulating a cursor is the ability to update the database at a particular position.
上述这些游标都很有用,但是,直接操纵游标的实际价值在于在特定位置更新数据库的能力。
For example, you can loop through projects and update their statuses based on the current cursor position (see Listing 5).
例如,您可以遍历项目,并基于当前游标位置更新其状态(参见清单5)。
The naive approach USES a cursor to scan the table and execute a positioned update statement for each row.
初级的方法是使用一个游标对表进行扫描,并为每一行执行一个定位的更新语句。