Hi.

I'm having an issue with making queries. I uploaded a csv file, and
made a query in a basic web page i wrote.

The idea was to filter out some data, and show the one I'm interested
in in a Google Map.

I made the query using:

http://www.google.com/fusiontables/gvizdata?tq=SELECT%20LATITUDE%20FROM%20488852%20WHERE%20UN%20=%20'T3'

And what I get is 499 results. But, when i do this (select and count
the results from the same column):

http://www.google.com/fusiontables/gvizdata?tq=SELECT%20count(LATITUDE)%20FROM%20488852%20WHERE%20UN%20=%20'T3'

(I could just apply the same filter in the Google Fusion Tables
homepage, i.e. watching the table itself), I get a different number of
results: i get all results I expect to get with the first query.

What's going on? Do I need to do something else? Am I missing
something?

Thank you in advance!

-- 
You received this message because you are subscribed to the Google Groups 
"Google Visualization API" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-visualization-api?hl=en.

Reply via email to