catfan / Medoo

The lightweight PHP database framework to accelerate the development.
https://medoo.in
MIT License
4.84k stars 1.15k forks source link

不支持对字段处理的函数 #554

Closed 554119220 closed 7 years ago

554119220 commented 7 years ago

例如我想查询group_concat(field) 或者 find_in_set(str,strs) 。好象不能实现。因为并不想直接使用原生sql.谢谢。

askme-gpt commented 4 years ago

@554119220 我自己解决了,可以使用find_in_set ,提了pr,https://github.com/catfan/Medoo/pull/909