Hi Friends,
I am having table named as Employee in that having fields
emp_first_name,emp_last_name.
Now in select query i want to fetch like below.
if Last Name is---tiger
and first_name is - scott then
the result would be tiger scott.
My Query: select emp_last_name + " " + emp_first_name as emp_name from
employee.
But it gives error. Please suggest me for this.
Thanks in advance.
Thanks and Best Regards,
Sangeetha Priya R.
DB2 & UDB email list listserv db2-l LazyDBA home page