Noel Frankinet <[EMAIL PROTECTED]> wrote:
I would like to create a user function to know if a record is
contained in a rectangle ?
If have looked to sqlite_create_function
I know that my record has for column (xmin,ymin,xmax,ymax)
I would like to use the new function to write something like
select * from table where ??? contains ???? (how I pass the selecting
rectangle)

Is it possible ?

Not without modifying SQLite's parser. Is it really that bad to have to write "where contains(X, Y)" instead ?

Igor Tandetnik

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

Reply via email to