sql - Search Yahoo API geo.places with like operator -
i want utilize yahoo api geo.places table. works great single queries, want list city names names begin query text.
this query url right now:
http://query.yahooapis.com/v1/public/yql?q=select * geo.places text = 'dallas'
and want:
http://query.yahooapis.com/v1/public/yql?q=select * geo.places text 'dallas%'
is possible? if yes, how exactly?
i can't find useful info in docs type of query regarding geo.places table :(
thank much!
i able perform request seems fit looking for:
http://query.yahooapis.com/v1/public/yql?q=select * geo.places text ='dallas*'
sql yql yahoo-api
No comments:
Post a Comment