IBM Data Studio (Admin client) version 3.1.1

风格不统一 提交于 2019-12-11 20:24:57

问题


Simple question that I can't find an answer to.

I am validating Data Studio (admin version) for use at our site. Most of it looks OK apart from trying to use the wizard to build row value SQL expressions such as

Update cmf a set (cftlvl,cfplvl) =
 (select cftlvl,cfplvl from fixes b where a.cffac=b.cffac and a.cfcset=b.cfcset and a.cfcbkt=b.cfcbkt and a.cfprod=b.cfprod)
where (a.cffac,a.cfcset,a.cfcbkt,a.cfprod) in (select cffac,cfcset,cfcbkt,cfprod from fixes)

The code runs fine but the wizard will not build the 'IN' clause properly. It will not accept a list of values in the predicate.

I can't find any documentation, anyone know if this is possible.

来源:https://stackoverflow.com/questions/28049326/ibm-data-studio-admin-client-version-3-1-1

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!