Hi!

I use speadsheet as Databases. I want to send a request as :
  var aVariable = day.getMonth();
  "SELECT D WHERE month(A) = aVariable"
but i don't know how to write the syntaxe.
I tried with " ' . aVar.' " as PHP but it no get a result

it is my source code:

var query = new google.visualization.Query(url);
var sql = "SELECT D WHERE month(A) = '".aVariable."'";
query.setQuery(sql);
query.send(handleQueryResponse);

Help me please,

-- 
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