Collections:
What Is a Result Set Object in MySQL
What Is a Result Set Object in MySQL?
✍: FYIcenter.com
A result set object is a logical representation of data rows returned by mysql_query() function on SELECT statements. Every result set object has an internal pointer used to identify the current row in the result set. Once you get a result set object, you can use the following functions to retrieve detail information:
⇒ Looping through Query Output Rows in MySQL
⇐ Inserting Rows with a SELECT Statement in MySQL
2017-09-20, 2867🔥, 0💬
Popular Posts:
How To Divide Query Output into Multiple Groups with the GROUP BY Clause in SQL Server? Sometimes, y...
How to download and install SQL Server 2005 Sample Scripts in SQL Server? If you want to learn from ...
Where to find MySQL database server tutorials? Here is a collection of tutorials, tips and FAQs for ...
How To Drop a Stored Procedure in Oracle? If there is an existing stored procedure and you don't wan...
What Are Bitwise Operations in SQL Server Transact-SQL? Bitwise operations are binary operations per...