|
最佳回答 |
0
|
luojian0323Lv7资深互助发布于2024-1-15 10:46(编辑于 2024-1-15 10:46)
|
if(find("全国", O2) > 0, 1 = 1,if( FIND(A2,sql("bi_conn","select pos_name from jnc_bi_rpt.auth_object")))>0,1=1) |
改成 find("全国", O2) > 0 || FIND(A2,sql("bi_conn","select pos_name from jnc_bi_rpt.auth_object",1,1))>0
|
|
|
|
最佳回答 |
0
|
snrtuemcLv8专家互助发布于2024-1-15 10:47
|
if(find("全国", O2) > 0, 1 = 1,FIND(A2,sql("bi_conn","select pos_name from jnc_bi_rpt.auth_object",1))>0) |
|
|
|
|
最佳回答 |
0
|
CovidLv3高级互助发布于2024-1-15 10:47
|
if(find("全国", O2) > 0, 1 = 1,if( len(sql("bi_conn","select pos_name from jnc_bi_rpt.auth_object WHERE pos_name='"+O2+"'",1,1))>0,1=1))
|
|
|