I have one table TreeVersions
in SQL Server which has one JSONTree
column having large tree JSON data.
Now I have run select JSONTree from dbo.TreeVersions where Tree_Id=1
, I get result for tree 1. But when I copy the JSONTree
column from the result, it does not get me the full result.
Can anyone tell me what query I need to get the full result or what I need to do to get the full data of this column? Thanks!