Thread: ...

...

From
"Doug Smith"
Date:
Does anybody know if 'LEFT','RIGHT','SUBSTR' are working with psql,
I keep getting the magical parse error at or near 'left'.
Thanks
 

Re:

From
Sferacarta Software
Date:
Hello Doug,

lunedì, 26 ottobre 98, you wrote:

DS> Does anybody know if 'LEFT','RIGHT','SUBSTR' are working with psql,
DS> I keep getting the magical parse error at or near 'left'.
DS> Thanks

There's the SQL92 substring function:

SUBSTRING(string [FROM start] [FOR chars])


Jose'