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?

Reply via email to