@newbee wrote:
I’m trying to use simple like query in N1QL but I get
java.io.FileNotFoundException
heres my HttpsRequesthttp://localhost:8093/query/service?statement=SELECT%20meta(c).id,c.*,s.userName,s.type,s.profilePic%20FROM%20Community%20c%20INNER%20JOIN%20staging%20s%20ON%20c.stagingId%20=%20meta(s).id%20WHERE%20c.notes%20LIKE%20'%xmas%'%20ORDER%20BY%20c.uploadDate%20DESC
. When I try it in Postman same request its working, why is it throwing an exception in android?
Posts: 2
Participants: 2