... - Mailing list pgsql-general

From Doug Smith
Subject ...
Date
Msg-id 001b01be0343$385f1480$9564c7c7@here.tec.mn.us
Whole thread Raw
List 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

pgsql-general by date:

Previous
From: "Jose' Soares"
Date:
Subject: Re: [INTERFACES] Does "constraint" and "check" work in 6.3.2 ?
Next
From: Lorenzo Huerta
Date:
Subject: question on views...