Re: problems with leading zero's - Mailing list pgsql-novice

From Bruno Wolff III
Subject Re: problems with leading zero's
Date
Msg-id 20031119192210.GA22998@wolff.to
Whole thread Raw
In response to problems with leading zero's  (Bryan Irvine <bryan.irvine@kingcountyjournal.com>)
List pgsql-novice
On Wed, Nov 19, 2003 at 11:07:22 -0800,
  Bryan Irvine <bryan.irvine@kingcountyjournal.com> wrote:
> I'm having problems with my SQL selecting numbers with preceding zero's
> from a character field.

You want to quote the digits so they get treated as a string instead of
a number which then gets converted to a string.

pgsql-novice by date:

Previous
From: Bryan Irvine
Date:
Subject: problems with leading zero's
Next
From: Bruno LEVEQUE
Date:
Subject: Re: problems with leading zero's