摘要:
Sphinx可以实现复杂的Sql语句,具体操作如下: 比如要实现的Sql语句为:select * from new_notes where ((status=100 &tmp_edit_status = 1) or status = 200 or status = 800 ) and title L 阅读全文
摘要:
执行如下sql: SELECT GROUP_CONCAT(id) AS user_ids FROM broker_company WHERE `status`=1 结果如下: 789,1516,1554,1584,1634,1714,1734,1742,1758,1834,1836,2076,... 阅读全文