Question
Is it possible to apend the id to the text being inserted.
In ms sql if I have a primary key column of type int and auto increment 1 and another column called text.
When I do an insert is it possible to apend the id to the text being inserted.
ie
Insert in myTable values ('text' + the id of the current rows primary key )
thanks
