【发布时间】:2017-06-08 14:21:16
【问题描述】:
SELECT [02d1_NTS_Report_Structure].Nation, [02d1_NTS_Report_Structure].Region,
[02d1_NTS_Report_Structure].Territory, [02d1_NTS_Report_Structure].Zone,
iif ([02d1_NTS_Report_Structure].Zone="-",
iff ([02d1_NTS_Report_Structure].Territory="-",
iff ([02d1_NTS_Report_Structure].Region="-",
[02d1_NTS_Report_Structure].Nation,
[02d1_NTS_Report_Structure].Region),
[02d1_NTS_Report_Structure].Territory),
[02d1_NTS_Report_Structure].Zone)
FROM 02d1_NTS_Report_Structure;
【问题讨论】:
-
哪个错误?您是否收到任何错误代码/消息?还是“错误”的结果?
-
你告诉我们错误在哪里!
-
是的,我收到一条错误声明。表达式中未定义的函数 iff