Ok, I don't really know how to title or categorize this one, but here it is..

I have a spreadsheet with an SQL query in it. below is a super basic example;
sqlonspreadsheet.PNG
The query will always be one column wide, but can have tens or hundreds of thousands of rows (a lot of INSERT statements)
What I want to do is run that query and dump the results into another sheet (within the same file)
Is this possible? If so, what angle should I attack this from..?