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, 1398👍, 0💬
Popular Posts:
What Is Program Global Area (PGA) in Oracle? A Program Global Area (PGA) is a memory buffer that is ...
How To Recover a Dropped Index in Oracle? If you have the recycle bin feature turned on, dropped ind...
Where to find SQL Server database server tutorials? Here is a collection of tutorials, tips and FAQs...
How Fixed Length Strings Are Truncated and Padded in SQL Server Transact-SQL? When the length of the...
How To List All User Names in a Database in SQL Server? If you want to see a list of all user names ...