Interested in improving this site? Please check the To Do page.

Back to MySQL Verbs

mysql.getSelectedRowCount

Returns the number of rows in the result set.

Syntax

mysql.getSelectedRowCount(queryid)

Params

A database query ID

Returns

Double-value (the number of rows could be very high)

Examples

count = mysql.getSelectedRowCount(queryID)
	 ยป 92920203939393.0

Notes

Remember, there could be a LOT of rows.

See Also


Personal Tools