Guest User

Untitled

a guest
Feb 19th, 2018
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. select Key, JSON_VALUE(JsonField, '$.Total')
  2. from MyTable
  3.  
  4. [12:37:32] Started executing query at Line 12
  5.  
  6. Msg 13609, Level 16, State 2, Line 1
  7. JSON text is not properly formatted. Unexpected character '.' is found at position 0.
Add Comment
Please, Sign In to add comment