[EMAIL PROTECTED] wrote: > Given a user-defined function of Foo(), and a query such as > > select * from sometable where foo() > > Is it possible from within the body of Foo() to access data from the > current row of the database that is being examined?
As far as I know, no. You would need to pass everything the function may need as parameters. Igor Tandetnik _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users