I have a very large fusion table.Now,i want to query that based on user requirements.My user interface should have one drop down box to select the name of the column and another drop down box for selecting query condition('=','>','<') and one more text box for column value's.please,can any one hep me.Map should be loaded based on this input.
Have you checked out the Fusion Tables Layer samples on the Fusion Tables sample code page?
https://developers.google.com/fusiontables/docs/sample_code#ftl
There are a few samples that demonstrate functionality similar to your requirement, for example:
https://developers.google.com/fusiontables/docs/samples/change_query
user1225902: You need to call the onLoad function from during page load. I had thesame problem.
来源:https://stackoverflow.com/questions/9907101/fusion-table-query