DBUtils2.ExecuteMemoryTable (SQL As SQL, Query As String, StringArgs As String, Limit As Int)
Executes the query and returns the result as a list of arrays.
Each item in the list is a strings array.
StringArgs - Values to replace question marks in the query. Pass Null if not needed.
Limit - Limits the results. Pass 0 for all results.
Returns : List