Please unsubscribe me from sqlite



From: "Igor Tandetnik" <[EMAIL PROTECTED]>
Reply-To: sqlite-users@sqlite.org
To: "SQLite" <sqlite-users@sqlite.org>
Subject: [sqlite] Re: User function in WHERE clause
Date: Thu, 27 Jul 2006 10:47:35 -0400

Stan <[EMAIL PROTECTED]> wrote:
is there a way to create user function similar to LIKE?
I'd like to use my function in clause WHERE. E.g. this selection:
SELECT * FROM Table WHERE Name MYFUNCTION param
Param is integer.

Not like this, but you can create a function and use it this way:

SELECT * FROM Table WHERE MYFUNCTION(Name, param)

Igor Tandetnik

_________________________________________________________________
Fall in Love... Get married! Join FREE! http://www.shaadi.com/ptnr.php?ptnr=msnhottag

Reply via email to