Google fusiontables sql OR clause -


I am trying to sample


in the query Instead, instead of trying to add one or more status ...

query + = "where 'scoring team' = '" + team + "';


query + = "where 'scoring team' = '" + team + "' or 'team achieving' = 'Mexico';

This will return an error

While I and

query + = "WHERE 'scoring team' = '" + Team + "' and 'Receiving team' = 'Mexico' ";

No error will return.


Why or will there be a return situation? Any remedy? Thanks!

or - The operator is not supported by the FusionTables-API.

Believing can be difficult, but how does this happen.

Comments

Popular posts from this blog

Out of index C/C++ -

regex - PatternSyntaxException: while using String.ReplaceAll function in java? -

objective c - how Set autolayout for multiple dynamic buttons and labells in iOS? -