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, 3022🔥, 0💬
Popular Posts:
How To Break Query Output into Pages in MySQL? If you have a query that returns hundreds of rows, an...
What are single-byte character string data types supported in SQL Server Transact-SQL? Single-byte c...
Where Is the Export Dump File Located in Oracle? If you are not specifying the dump directory and fi...
How Many Groups of Data Types in MySQL? MySQL support 3 groups of data types as listed below: String...
How To Download Oracle Database 10g XE in Oracle? If you want to download a copy of Oracle Database ...