-----Original Message----- From: Drew, Stephen [mailto:[EMAIL PROTECTED] Sent: Thursday, January 22, 2004 5:05 AM To: '[EMAIL PROTECTED]' Subject: [sqlite] Functions & Keywords
Hello, It is straightforward to define a function in SQLite...such as MY_FUNCTION( ). Hi Drew, Please excuse the silly question, but how is that done? I spent a while looking for it in the docs the other day, but couldn't find it. And <http://www.sqlite.org/cvstrac/wiki?p=UnsupportedSql> http://www.sqlite.org/cvstrac/wiki?p=UnsupportedSql says stored procedures aren't supported, so I gave up the search, but I'd love to know if/how it can be done. -Ken