I'm Trying to update record on a specific condition.
alasql("UPDATE MyDatabase.FooTBL SET Column2 = 1 Where Column1 = 'foo'")
It Throws error on console
Uncaught TypeError: Cannot read property 'tables' of undefined(…)
Can anyone suggest the solution how i will update the record.