Posted by: nostra
« on: January 04, 2010, 01:12:42 am »Quote
select title from title_table order by lower(title) asc;
I am aware of this solution, but there are some different problems to solve that need time...
select title from title_table order by lower(title) asc;