Hi,
I want to create a computed column which concatenates other int column values.
Ex. The table has these columns:
ID int (computed Column), ContentTypeID int, MatchTypeID int
If the values for ContentTypeID, MatchTypeID are:
ContentTypeID, MatchTypeID
1 2
Then ID column should have the value 12
What should the expression be to get the computed column?
Thanks in advance!
I want to create a computed column which concatenates other int column values.
Ex. The table has these columns:
ID int (computed Column), ContentTypeID int, MatchTypeID int
If the values for ContentTypeID, MatchTypeID are:
ContentTypeID, MatchTypeID
1 2
Then ID column should have the value 12
What should the expression be to get the computed column?
Thanks in advance!