SQL ohne Spaltennamen auswählen
SELECT id as "", name as "", job as "" FROM table
Real Raven
SELECT id as "", name as "", job as "" FROM table