Re: [GENERAL] Question about weird construct

2008-11-11 Thread Richard Huxton
Diego Manilla Suárez wrote: > Hi. I found this somewhere: > > select a from b order by a using ~<~ > > I've been searching the docs but I found nothing about this weird ~<~ > comparator. Not in comparison operators, String functions and operators, > nor the order by clause. Maybe it has something

[GENERAL] Question about weird construct

2008-11-11 Thread Diego Manilla Suárez
Hi. I found this somewhere: select a from b order by a using ~<~ I've been searching the docs but I found nothing about this weird ~<~ comparator. Not in comparison operators, String functions and operators, nor the order by clause. Maybe it has something to do with regular expressions, but s