/ Published in: SQL
Expand |
Embed | Plain Text
--testing declare @text varchar SET @text = Cast('Hi you will test me' AS varchar) SELECT @text
You need to login to post a comment.
--testing declare @text varchar SET @text = Cast('Hi you will test me' AS varchar) SELECT @text
You need to login to post a comment.