I am a noob when it comes to SQL syntax.
I have a table with lots of rows and columns of course :P Lets say it looks like this:
AAA BBB CCC DD
If they are from the same table, I think UNION is the command you're looking for.
(If you'd ever need to select values from columns of different tables, you should look at JOIN instead...)