Re: displaying 2 columns as 1

From: andrija <andrija.rubelj_at_konzum.hr>
Date: 16 May 2002 04:50:28 -0700
Message-ID: <4bcceb3d.0205160350.70968de5_at_posting.google.com>


meads58_at_yahoo.co.nz (Meads) wrote in message news:<8054a75b.0205152243.3fca9b12_at_posting.google.com>...
> Hello I am trying to combine 2 text fields (firstName and SurName)
> to be displayed as one text field. I think I have have to write a
> select statement and concatenate it there?

select firstName || ' ' || SurName
from whatever

If you have an idea how to do it, why not try it instead of posting it here? Received on Thu May 16 2002 - 13:50:28 CEST

Original text of this message