Hi,
If you use "SELECT PostCode FROM Database...." the result will be the rows you have, and a single column, because you are only selecting that data.
The result will always be saved in DB_RESULT (1, n) where 'n' are the rows that match the WHERE you entered in the query.