From 028d103b98d320d1943e6da17088865713eec4dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A2=85=E7=A8=8B?= <517719039@qq.com> Date: Wed, 16 Apr 2025 19:41:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9shark@@=E5=87=BD=E6=95=B0?= =?UTF-8?q?=E8=B5=84=E6=96=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...\237\344\277\241\346\201\257\345\207\275\346\225\260.md" | 6 +++--- ...\237\344\277\241\346\201\257\345\207\275\346\225\260.md" | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git "a/content/docs-lite/zh/docs/ExtensionReference/shark-\347\263\273\347\273\237\344\277\241\346\201\257\345\207\275\346\225\260.md" "b/content/docs-lite/zh/docs/ExtensionReference/shark-\347\263\273\347\273\237\344\277\241\346\201\257\345\207\275\346\225\260.md" index d8801f6cf..18aa961b2 100644 --- "a/content/docs-lite/zh/docs/ExtensionReference/shark-\347\263\273\347\273\237\344\277\241\346\201\257\345\207\275\346\225\260.md" +++ "b/content/docs-lite/zh/docs/ExtensionReference/shark-\347\263\273\347\273\237\344\277\241\346\201\257\345\207\275\346\225\260.md" @@ -18,7 +18,7 @@ - @@ROWCOUNT - 描述:返回受上一句影响的行数。如果行数大于20亿,请使用ROWCOUNT_BIG。 + 描述:返回受上一句影响的行数。如果行数大于20亿,请使用ROWCOUNT_BIG()。 返回值类型:int @@ -28,9 +28,9 @@ select @@ROWCOUNT; ``` -- ROWCOUNT_BIG +- ROWCOUNT_BIG() - 描述:返回受上一句影响的行数。该函数的功能与@@ROWCOUNT类型,区别在于ROWCOIUNT_BIG的返回类型为bigint。 + 描述:返回受上一句影响的行数。该函数的功能与@@ROWCOUNT类似,区别在于ROWCOUNT_BIG()的返回类型为bigint。 返回值类型:bigint diff --git "a/content/zh/docs/ExtensionReference/shark-\347\263\273\347\273\237\344\277\241\346\201\257\345\207\275\346\225\260.md" "b/content/zh/docs/ExtensionReference/shark-\347\263\273\347\273\237\344\277\241\346\201\257\345\207\275\346\225\260.md" index d8801f6cf..18aa961b2 100644 --- "a/content/zh/docs/ExtensionReference/shark-\347\263\273\347\273\237\344\277\241\346\201\257\345\207\275\346\225\260.md" +++ "b/content/zh/docs/ExtensionReference/shark-\347\263\273\347\273\237\344\277\241\346\201\257\345\207\275\346\225\260.md" @@ -18,7 +18,7 @@ - @@ROWCOUNT - 描述:返回受上一句影响的行数。如果行数大于20亿,请使用ROWCOUNT_BIG。 + 描述:返回受上一句影响的行数。如果行数大于20亿,请使用ROWCOUNT_BIG()。 返回值类型:int @@ -28,9 +28,9 @@ select @@ROWCOUNT; ``` -- ROWCOUNT_BIG +- ROWCOUNT_BIG() - 描述:返回受上一句影响的行数。该函数的功能与@@ROWCOUNT类型,区别在于ROWCOIUNT_BIG的返回类型为bigint。 + 描述:返回受上一句影响的行数。该函数的功能与@@ROWCOUNT类似,区别在于ROWCOUNT_BIG()的返回类型为bigint。 返回值类型:bigint -- Gitee