I have a fusion table that i need to update base on a certain criteria. Does someone have any suggestions on how to do it.
UPDATE Seminar
SET YearOS = 2013
where seminar ='CollectingData';
Base on Google documentaion
UPDATE <table_id>
SET <column_name> = <value> {, <column_name> = <value> }*
WHERE ROWID = <row_id>
To update values in one or more columns of an existing row in a table, use the following syntax in an HTTP POST request: