-- The SELECT statement is used to select data from a database. -- The data returned is stored in a result table, called the result-set. -- SELECT Syntax: SELECT column1, column2, ... FROM table_name; ...
So, you want to iterate through millions of table rows coming as a result of some MySQL select query because you want to do your thingie with them, but alas!, your lovely database admin doesn't like ...