Does facebook fql contain the sql like operator?

前端 未结 3 830
闹比i
闹比i 2020-12-06 08:14

I am building a small facebook app. Trying to search for values in an auto compelte manner. Is it possible to use sql\'s like operator in fql?

3条回答
  •  Happy的楠姐
    2020-12-06 08:51

    Another way for you is to use the strpos(message, "content you want") >= 0. I don't know why, but the IN operator does not run for me. Did anyone try it?

提交回复
热议问题