Re: Stripping white-space in SELECT statments

Поиск
Список
Период
Сортировка
От Thorbjörn Eriksson
Тема Re: Stripping white-space in SELECT statments
Дата
Msg-id MFEPJLNKECPAPFDGGEIMEENLCBAA.thorbjorn.eriksson@ec.se
обсуждение исходный текст
Ответ на Re: Stripping white-space in SELECT statments  (dima <_pppp@mail.ru>)
Ответы Re: Stripping white-space in SELECT statments
Список pgsql-sql
By "our system" I mean the software that uses the database. It is a quit old
software written in C that has been ported a couple of times to different
*NIX platforms using different DBMS's. It uses in-house developed functions
that, depending on parameters, creates a variety of SQL statements that in
the end gets executed by PQexec (from libpq i guess).

> -----Ursprungligt meddelande-----
> Från: dima [mailto:_pppp@mail.ru]
> Skickat: den 19 september 2002 13:08
> Till: thorbjorn.eriksson@ec.se
> Kopia: pgsql-sql@postgresql.org
> Ämne: Re: [SQL] Stripping white-space in SELECT statments
>
>
> > If I want to search for records where the first column (artnrgrpmtrln_1)
> > begins with
> > '201901  ', our system that uses the database creates the following SQL
> > statement:
> >
> > select artnrgrpmtrln_1 from sr where (artnrgrpmtrln_1>='201901  ' and
> > artnrgrpmtrln_1<='201901  ÿ'
> what does "our system" mean?
>
>




В списке pgsql-sql по дате отправления:

Предыдущее
От: dima
Дата:
Сообщение: Re: Stripping white-space in SELECT statments
Следующее
От: "CN LIOU"
Дата:
Сообщение: How To Get Bytea Data Instead Of Its Oid