Hi, I'm wondering if there is a way to stop the query I execute in a SQL Function, the one you create by using the sqlite3_create_function functions.I have created a SQL function which is called for every tuple returned by my queries and I would like the query to stop when a statement in the function is satisfied, even if there are more tuple to be returned by the query.
Thanks, Nikos