I need some help with how SQL works. Trying to get an auto-salutation to be generated from data entered in the Gen_Tables.
My thinking was that we could put a SQL expression into the description column in Gen_Tables and then use that as a string in a query, but it does not recognize it as SQL, only as a string.
E.G. the value in the field is: Name.FIRST_NAME+' '+Name.LAST_NAME
Store that value in a variable @value