已关闭,此问题需要更focused。目前不接受答复。
**想改善这个问题吗?**更新问题,使其仅通过editing this post关注一个问题。
22小时前关门了。
Improve this question
如果id
在t1
表中,且其状态不等于"performed"
,则发出错误。
我用SQL格式写了这个查询,你需要在php中用orm重写它
select id, status
from t1
where external_ref in (
'id1',
'id2',
'id3'
)
and not status = 'performed'
1条答案
按热度按时间ql3eal8s1#
这是通过eloquant ORM编写的,
通过doctrine