Doug Smith <doug@the-bridge.net>
From: "Doug Smith" <doug@the-bridge.net>
To: <pgsql-general@postgreSQL.org>
Date: 1998-10-17T02:58:51Z
Lists: pgsql-general
Why is that I can only cat two variables in a select statement. ex. select lastname||' '||firstname||' '||address Delivers an parseing error at "||". When trying ex. select lastnamae||firstname It works fine. What's up? Doug...