Re: [sqlite] sqlite function list?

2007-06-04 Thread John Stanton

Scott Baker wrote:

Is there a list somewhere (I can't find it on the wiki) of all the
functions (specifically math) functions that sqlite understands?

I'm thinking things like: int, round, floor, ceil, sqrt etc.

You have the source.  They are all presented there and you can add more 
if you choose.


-
To unsubscribe, send email to [EMAIL PROTECTED]
-



Re: [sqlite] sqlite function list?

2007-06-04 Thread Trey Mack

Included functions:
http://www.sqlite.org/lang_expr.html
See the section "Core Functions" near the bottom of the page for the builtin 
functions.


To add more:
http://www.sqlite.org/contrib
extension-functions.tgz  for details on adding functions like ceil.

- TM

- Original Message - 
From: "Scott Baker" <[EMAIL PROTECTED]>

To: <sqlite-users@sqlite.org>
Sent: Monday, June 04, 2007 3:43 PM
Subject: [sqlite] sqlite function list?



Is there a list somewhere (I can't find it on the wiki) of all the
functions (specifically math) functions that sqlite understands?

I'm thinking things like: int, round, floor, ceil, sqrt etc.

--
Scott Baker - Canby Telcom
RHCE - System Administrator - 503.266.8253

-
To unsubscribe, send email to [EMAIL PROTECTED]
-





-
To unsubscribe, send email to [EMAIL PROTECTED]
-



[sqlite] sqlite function list?

2007-06-04 Thread Scott Baker
Is there a list somewhere (I can't find it on the wiki) of all the
functions (specifically math) functions that sqlite understands?

I'm thinking things like: int, round, floor, ceil, sqrt etc.

-- 
Scott Baker - Canby Telcom
RHCE - System Administrator - 503.266.8253

-
To unsubscribe, send email to [EMAIL PROTECTED]
-