Calculated Fields in SP

J

Justin

I'm trying to create a SP (append) with claculated
fields. I need to combine fields and string constants.
What is the correct syntax.
 
B

BJ Freeman

varchars are + to concatenate
then you can use coalesce, convert, cast to marry numeric with varchars.
 
Top