Re: Stripping white-space in SELECT statments - Mailing list pgsql-sql

From dima
Subject Re: Stripping white-space in SELECT statments
Date
Msg-id 3D89B025.8070407@mail.ru
Whole thread Raw
In response to Stripping white-space in SELECT statments  (Thorbjörn Eriksson <thorbjorn.eriksson@ec.se>)
Responses Re: Stripping white-space in SELECT statments  (Thorbjörn Eriksson <thorbjorn.eriksson@ec.se>)
List pgsql-sql
> 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 by date:

Previous
From: Thorbjörn Eriksson
Date:
Subject: Stripping white-space in SELECT statments
Next
From: Thorbjörn Eriksson
Date:
Subject: Re: Stripping white-space in SELECT statments