Can somebody please help me figure out what is wrong with this query?
https://data.cityofnewyork.us/resource/i4gi-tjb9.json?$where=speed<10
It failed with error code: query.soql.type-mismatch
the "speed" column of the table is declared as text. I am having trouble in converting speed to a real (decimal) number for the comparison. Thanks