Question
SQL statement - simple
Hi, I know this is simple but I'm being a bit thick
I have these two columns (firstname, lastname) in the same table, I would like to join them and call it wholeName.
So I thought it was this "SELECT firstname, lastname AS wholeName FROM table"
but it doesn't work.....am I not correct?
Cheers in advance
I have these two columns (firstname, lastname) in the same table, I would like to join them and call it wholeName.
So I thought it was this "SELECT firstname, lastname AS wholeName FROM table"
but it doesn't work.....am I not correct?
Cheers in advance