Advertisement
Guest User

Untitled

a guest
Oct 20th, 2019
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. {
  2. ResponseStatus: {
  3. Message = 'SUCCESS'
  4. }
  5. }
  6.  
  7. select * from someDatabase
  8. where
  9. JSON_VALUE(ParameterOut, '$.ResponseStatus.Message') = 'SUCCESS'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement