On Thursday 21 February 2008 19:17, Tom Lane wrote:
> David Bear <[EMAIL PROTECTED]> writes:
> > Breifly, I want to do an insert where the values for three of the
> > attributes are combined via a function and make up the value for the
> > fourth attribute.
>
> Well, there's more than one way to do
David Bear <[EMAIL PROTECTED]> writes:
> Breifly, I want to do an insert where the values for three of the attributes
> are combined via a function and make up the value for the fourth attribute.
Well, there's more than one way to do it. What you didn't tell us is
just how tightly you want to b
I am too new to this environment to know what to call what I want to do.
Breifly, I want to do an insert where the values for three of the attributes
are combined via a function and make up the value for the fourth attribute.
The function may be a simple as a concatenation, or I may want to do o