데이터 모형 설명을 Excel로 내보내려면
excel select a.name Topic_Name, a.caption Topic_Caption, b.f_class_name FeatureClass_Name, b.caption FeatureClass_Caption, c.name Attribute_Name, c.caption Attribute_Caption, c.description Attribute_Description from im_topic a, im_dictionary b, im_attribute c where a.id = b.topic_id and b.f_class_id = c.f_class_id order by a.name, b.f_class_name, c.name