Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search archives
  Advanced Search

Re: Substring result short by 1


  • From: "gnari" <gnari(at)simnet(dot)is>
  • To: "David Filion" <david(at)filiontech(dot)com>, "pgsql-general" <pgsql-general(at)postgresql(dot)org>
  • Subject: Re: Substring result short by 1
  • Date: Tue, 31 Aug 2004 19:53:22 -0000
  • Message-id: <001c01c48f94$2ba74210$0100000a@wp2000> <text/plain>

From: "David Filion" <david(at)filiontech(dot)com>


> 
> prepaid=# select substring('15148300', 0, 5);

try substring('15148300', 1, 5);

gnari





Home | Main Index | Thread Index

Privacy Policy | About PostgreSQL
Copyright © 1996 – 2012 PostgreSQL Global Development Group