Viewing 2 posts - 1 through 3 (of 3 total)
or
select SURNAME || ', ' || FIRSTNAME as Name from CS_STAFF
if u want to give the column a name called "Name"
September 27, 2002 at 8:02 pm
#437428
ohh what a dummy! I realise my mistake..instead of " i should have used 'so that is looks like the following:
select SURNAME || ', ' || FIRSTNAME from CS_STAFF
thanks for...
September 27, 2002 at 7:57 pm
#437427