use an (n)varchar(max) datatype. The LOB's are being depreciated in a future release.
Code Snippet
INSERT INTO table (id, value)
SELECT v.id, v.value + @.value
FROM table v
WHERE v.id = @.id
|||Hi Cam,
Thanks for your reply...
I didn't understand the query you have replied.
Can you help me with another query
No comments:
Post a Comment