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

java - ImportError: No module named py4j.java_gateway -

python - Receiving "KeyError" after decoding json result from url -

.net - Creating a new Queue Manager and Queue in Websphere MQ (using C#) -