I have a custom function that compares two text values and returns 1 if they're equal based on an algorithm that's not strictly text comparison and 0 if they don't match. I want to do a query that groups all rows that match using my custom function into a single group. Is that possible?
- [sqlite] Custom functions in GROUP BY? Ron Stevens
- [sqlite] Re: Custom functions in GROUP BY? Igor Tandetnik
- Re: [sqlite] Re: Custom functions in GROUP BY? Ron Stevens
- [sqlite] Re: Re: Custom functions in GROUP BY? Igor Tandetnik
- Re: [sqlite] Re: Re: Custom functions in G... Ron Stevens
- [sqlite] Re: Re: Re: Custom functions... Igor Tandetnik