Possible Duplicate:
Fusion Tables filter conditions OR
In fusion tables, I try make this query
select col0 from xyz col1 = value1 or col2 = value2
but in fusion tables OR is not supported.
How I can make this query ? If I make two query, I get duplicate info.