!4989 修复 '\h cursor' 返回的语法描述和官网中介绍不一致的问题
Merge pull request !4989 from Ruixiang Li/cursor
This commit is contained in:
@ -11,7 +11,7 @@
|
|||||||
<refsynopsisdiv>
|
<refsynopsisdiv>
|
||||||
<synopsis>
|
<synopsis>
|
||||||
CURSOR cursor_name
|
CURSOR cursor_name
|
||||||
[ BINARY ] [ INSENSITIVE ] [ [ NO ] SCROLL ]
|
[ BINARY ] [ NO SCROLL ] [ { WITH | WITHOUT } HOLD ]
|
||||||
FOR query ;
|
FOR query ;
|
||||||
</synopsis>
|
</synopsis>
|
||||||
</refsynopsisdiv>
|
</refsynopsisdiv>
|
||||||
|
Reference in New Issue
Block a user