select group_concat(column_name separator ', ')
from information_schema.columns
where table_name = 'course'
group by table_name
select group_concat(column_name separator ', ')
from information_schema.columns
where table_name = 'course'
group by table_name