SELECT GROUP_CONCAT(COLUMN_NAME SEPARATOR "+") FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'db_name' AND TABLE_NAME = 'tbl_name'