I have two fields (WHNO and case) in a table that I need to combine (concatenate) into another field (join, which I want to be WHNO-case).
What is the best method to accomplish this. I've tried UPDATE, but I don't know how to properly write the SET portion (I don't need the WHERE). I've also tried SELECT...AS... but I haven't had any luck.
I can't find how to properly write the expression to combine the two fields.
Thanks for the help.