本文介绍了SQL - 获取返回的结果集的行数的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

您好,

如何获取select语句返回的结果集的行数?我想要结果集和计数。

Hello,
How do you get the row count of the resultset returned from a select statement? I want both the resultset and the count.

推荐答案


这篇关于SQL - 获取返回的结果集的行数的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-10 01:12