Subject | Re: [firebird-support] order by a partial string |
---|---|
Author | Magnus Titho |
Post date | 2007-02-08T12:47:01Z |
Maurizio P. wrote:
from table
order by substring(column from 6)
should do the job (at least with Firebird 1.5)
Magnus
> hiselect column, substring(column from 6)
> is it possible to order a table by a partial string field value ?
>
> the order should start from the 6th CHAR :
>
from table
order by substring(column from 6)
should do the job (at least with Firebird 1.5)
> Mauro--
>
Magnus