No title

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

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