Bud Beacham <[EMAIL PROTECTED]> wrote:
> I cannot find any documentation
> on the SQLite documentation page that explains these functions. 
> What other functions exist?  What is the syntax?  Where can they
> be used in SQL statements?  Is there any documentation on these
> functions?
> 

http://www.sqlite.org/cvstrac/wiki?p=DateAndTimeFunctions
http://www.sqlite.org/lang_expr.html#corefunctions

I will admit that the SQLite website is not particularly
well indexed for human browsing.  But you can always find
things easily enough using google.  Search examples:

     site:sqlite.org ifnull
     site:sqlite.org strftime

--
D. Richard Hipp   <[EMAIL PROTECTED]>

Reply via email to