Arrays and SELECT - SQL

See Also   Example

SELECT - SQL is a versatile command for querying tables and can direct query results to an array.

To send SELECT - SQL query results to an array, specify the INTO ARRAY clause with an array name. If the array doesn't exist, it is automatically created. If the array does exist, it is redimensioned automatically to accommodate the query results.