代碼: 選擇全部
select COLUMN_NAME
from SUNRISECT.information_schema.columns
where TABLE_NAME = 'MAN'
order by table_name, ordinal_position
代碼: 選擇全部
select COLUMN_NAME
from SUNRISECT.information_schema.columns
where TABLE_NAME = 'MAN'
order by table_name, ordinal_position