> When I use ORDER BY an ? comes after a z. Is it possible to make an ? come
> after a z?
> If it is important I am using SQLite 3.8.6 and Python 3.4.1.
If you're using the Python built-in sqlite3 module, you're looking for
create_collation
https://docs.python.org/2/library/sqlite3.html#sqlite3
mailinglists.sqlite.org
Betreff: [sqlite] Order with another sequence
When I use ORDER BY an ? comes after a z. Is it possible to make an ? come
after a z?
If it is important I am using SQLite 3.8.6 and Python 3.4.1.
--
Cecil Westerhof
___
sqlite-users
When I use ORDER BY an ? comes after a z. Is it possible to make an ? come
after a z?
If it is important I am using SQLite 3.8.6 and Python 3.4.1.
--
Cecil Westerhof
> On Fri, Oct 9, 2015 at 5:08 AM, Cecil Westerhof
> wrote:
>
> > When I use ORDER BY an ? comes after a z. Is it possible to make an ?
> come
> > after a z?
> >
> > If it is important I am using SQLite 3.8.6 and Python 3.4.1.
>
Perhaps you might garner some insight from looking at other's code?
I
On Fri, Oct 9, 2015 at 5:08 AM, Cecil Westerhof
wrote:
> When I use ORDER BY an ? comes after a z. Is it possible to make an ? come
> after a z?
>
> If it is important I am using SQLite 3.8.6 and Python 3.4.1.
>
> --
> Cecil Westerhof
>
>
?I am unsure of how to do this _exactly_ as you want, but
5 matches
Mail list logo