Would like to return "Healthy" + Type. Where 'Type is the column name in my table. For example;
SELECT ID, ("Healthy" + Type) AS NewType
FROM tblType
this should return something like below. Thank you.
------------------------------
ID NewType
1 Healthy Banana
2 Healthy Apply
3 Healthy Carrot