i know this can be done with the Formula option in the 3rd column but I dont know how to combine columns. One is of datatype int and the other is of datatype varchar.
Here are my column names etc.
name var
-------
step int
action varchar
thankscast the int as a varchar and concatenate them both together in an update statement
No comments:
Post a Comment