facebook fql是否包含sql like操作符? [英] Does facebook fql contain the sql like operator?

查看:115
本文介绍了facebook fql是否包含sql like操作符?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在建立一个小的Facebook应用程序。尝试以自动compelte方式搜索值。是否可以在fql中使用sql的操作符?

解决方案

FQL中没有LIKE运算符。



但是,您可能会运用 IN 运算符:


WHERE StanfordIN
education_history.name


此页面也可以帮助并提供样例查询:




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?

解决方案

There is no LIKE operator in FQL.

However, you may have luck with the IN operator:

WHERE "Stanford" IN education_history.name

This page may also help and has sample queries:

这篇关于facebook fql是否包含sql like操作符?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆