问题描述
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.6k 阅读✓ 已解决
1 回答1.4k 阅读✓ 已解决
2 回答980 阅读✓ 已解决
2 回答1.1k 阅读
1 回答926 阅读
1 回答884 阅读
1 回答879 阅读
https://www.kancloud.cn/manua...
你需要用到的是这一页文档中的“混合查询”