php - Please help me find out what is wrong with this sql
PHP中文网
PHP中文网 2017-06-21 10:11:12
0
4
594
SELECT * from expert where(expert_name like '%迷糊%' and status= 1 )  OR WHERE FIND_IN_SET(40,keywords)
PHP中文网
PHP中文网

认证0级讲师

reply all(4)
我想大声告诉你
SELECT * from expert where(expert_name like '%迷糊%' and status= 1 ) OR FIND_IN_SET(40,keywords)

某草草

Delete the where after

or

漂亮男人

Two where, it feels wrong

代言

SELECT * from expert where (expert_name like '%迷糊%' and status= 1 ) OR
FIND_IN_SET(40,keywords)

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template