google fusion table select in from another table not working -


i trying select rows based on row values other table not working. have tried this

layer = new google.maps.fusiontableslayer({     query: {       select: '\'geocodable address\'',       from: '1m9cwnjrcfwnhceqqkxqcqbzp-da-s9kb8vltpcrv',       where: 'zcta5ce10 in (select zip 1v6awlw-cew2hrcpszom1b9-op6ps1zqiych3giri)'     },     styles: [{       polygonoptions: _defaultstyle     }]   });   layer.setmap(map); 

its ignoring clause , drawing rows on map. how fix it?


Comments