qwerin / fusion-tables

Automatically exported from code.google.com/p/fusion-tables
0 stars 1 forks source link

Escape Characters in query #1444

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I am JavaScript API user; in the where clause I want to use escape characters 
example:

clause += " AND column IN('4%','7%')";

% is the escape character, I think this is the only issue in my query.
Please help!

Original issue reported on code.google.com by abid...@gmail.com on 31 Dec 2014 at 9:51