Hi Srikanth, Thanks for your reply. I know the function which are supporting by SQLite.
i want to use the pow function from a select query with sqlite. Is there any possibility of implementing the pow function to use with SQLite in Gears. If anything is there, plz let me know. Thanks & Regards, Sankar. V On Feb 16, 12:33 pm, Srikanth <[email protected]> wrote: > 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.htmlhttp://sqlite.org/lang_corefunc.htmlhttp://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
