Sankar,

Can you please eloborate on your requirement of using pow function
with Gears and SQLite. If you want use SQLite functions from a Select
Query then following are the functions supported:

http://sqlite.org/lang_aggfunc.html
http://sqlite.org/lang_corefunc.html
http://sqlite.org/lang_datefunc.html

I guess you are not talking about the direct usage of JS Mathematical
functions:

http://www.w3schools.com/jsref/jsref_obj_math.asp

Srikanth

On Feb 13, 12:20 pm, sankar <[email protected]> wrote:
> Hi,
> i need to calculate a value for the sqlite database by using the power
> function,
>
> Ex: pow(10,3) Answer is 1000.
>
> like this i want to get from sqlite database in google gears when the
> user enters some data while he is offline.
>
> How can i achieve this power function.
>
> Thanks in Advance,
>
> Thanks & Regards,
> Sankar. V

Reply via email to