SQL SELECT без имени столбца
SELECT id as "", name as "", job as "" FROM table
Real Raven
SELECT id as "", name as "", job as "" FROM table