As far as I know its a standard 'WHERE' cause from the FT API
https://developers.google.com/fusiontables/docs/developers_guide#Querying
... there is no OR but IN should work.
where: "'description' in ('asphalt','stones','wood')",
On Tue, Feb 14, 2012 at 11:02 AM, Thoern wrote:
> Hello, how
Hello, how do I select multiple "types" to have the same style when
setting a style in a Fusion table.
Tried as below
where: "'description' = 'asphalt','stones','wood' ",
where: "'description' in ( 'asphalt','stones','wood') ",
where: "'description' = 'asphalt' or 'description' = 'stones' or