【发布时间】:2013-09-05 14:35:32
【问题描述】:
我的数据库表中有变量标签和值标签,像这样
id_variable_label | variable_label | id_value_label | value_label | id_father_label
---------------------------------------------------------------------------------------------------------
1 | father_label | null | null | null
null | father_label | 1 | child01 | 1
null | father_label | 2 | child02 | 1
当我通过 ODBC 连接从我的数据库中导入数据时,有没有办法自动生成所有变量和值标签?
【问题讨论】:
标签: variables odbc label key-value spss