No title

Started by Doug Smithover 27 years ago2 messagesgeneral
Jump to latest
#1Doug Smith
doug@the-bridge.net

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

#2Sferacarta Software
sferac@bo.nettuno.it
In reply to: Doug Smith (#1)
Re:

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'