arravalli12
Programmer
I want to concat first and last name from table a with space between eg; john smith. This works good in oracle but I do not know how this works in ansi sql..
The query is: select concat( firstname, lastname) from A.
My result should be John smith.
Can any one help me out...
thanks
The query is: select concat( firstname, lastname) from A.
My result should be John smith.
Can any one help me out...
thanks