recherche

Maison  >  Questions et réponses  >  le corps du texte

php 数据库的查询

一个表中有多个字段,其中有个标题和描述字段,添加搜索功能,点击搜素根据填写搜索内容来匹配标题和描述两个字段的内容,有没有思路的?

怪我咯怪我咯2827 Il y a quelques jours452

répondre à tous(2)je répondrai

  • 怪我咯

    怪我咯2017-04-10 18:05:29

    select * from tab where col1 like "%xxxx%" OR col2 like "%xxxx%";

    répondre
    0
  • 怪我咯

    怪我咯2017-04-10 18:05:29

    select * from tab where col1||col2 like "%xxxx%";

    répondre
    0
  • Annulerrépondre