I am getting this error saying no such function: power
E/flutter (11236): [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: DatabaseException(no such function: POWER (code 1 SQLITE_ERROR): , while compiling: insert into
While executing complex query imported from .sql file, is there any work around for this? I also tried to use EXP and LN for which is also not available.
I am getting this error saying no such function: power
E/flutter (11236): [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: DatabaseException(no such function: POWER (code 1 SQLITE_ERROR): , while compiling: insert into
While executing complex query imported from .sql file, is there any work around for this? I also tried to use EXP and LN for which is also not available.