问题描述
select * from tp_batch where final_time>$t and final_time<$s and status=1 or final_time>$s and final_time<$e;
在TP5框架下怎么写相当于这条语句?
select * from tp_batch where final_time>$t and final_time<$s and status=1 or final_time>$s and final_time<$e;
在TP5框架下怎么写相当于这条语句?
2 回答1.5k 阅读✓ 已解决
1 回答1.2k 阅读✓ 已解决
2 回答867 阅读✓ 已解决
1 回答1k 阅读✓ 已解决
2 回答924 阅读
1 回答906 阅读
1 回答837 阅读
https://www.kancloud.cn/manua...
你需要用到的是这一页文档中的“混合查询”