From: "Doug Smith" <doug(at)the-bridge(dot)net>
To: <pgsql-general(at)postgreSQL(dot)org>
Subject:
Date: 1998-10-29 13:51:24
Message-ID: 001b01be0343$385f1480$9564c7c7@here.tec.mn.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Could anyone tell me if the string manipulators 'left',right' and 'substr' are working in postgres yet. I keep getting parse errors.
ex: select left(name,3) from example; Should give me the first three letters
but instead I get 'parse error at or near left'.
Thanks
Doug

Browse pgsql-general by date

  From Date Subject
Next Message Lorenzo Huerta 1998-10-29 15:34:24 question on views...
Previous Message Jose' Soares 1998-10-29 10:30:27 Re: [INTERFACES] Does "constraint" and "check" work in 6.3.2 ?