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, 3272🔥, 0💬
Popular Posts:
What is sqlservr.exe - Process - SQL Server (SQLEX?PRESS) in SQL Server? Process sqlservr.exe is the...
How To Insert New Line Characters into Strings in SQL Server Transact-SQL? If you want to break a st...
Where to find MySQL database server tutorials? Here is a collection of tutorials, tips and FAQs for ...
How AdventureWorksLT tables are related in SQL Server? There are 12 user tables defined in Adventure...
How to download and install Microsoft SQL Server Management Studio Express in SQL Server? Microsoft ...