【发布时间】:2016-05-13 16:27:48
【问题描述】:
我有一个操作员不存在的问题,
integer = integer[] error 在我尝试执行查询时出现
select staff
from affiliations
where orgUnit = any (select unnest(*) from get_ou(661));
函数get_ou(661) 返回一个整数数组。我想知道为什么我不能使用= any 从阵列中的任何一个组织中获取人员。
感谢您的帮助!
【问题讨论】: