Обсуждение: ...

Поиск
Список
Период
Сортировка

...

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

Re:

От
Sferacarta Software
Дата:
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'