JSON

JSON query

Extracts a JSON value and converts it to a SQL JSON-formatted STRING. –> learn morearrow-up-right

JSON_QUERY(@expression, @expression_2)

Return type

string

Parameters

Name
Type
Allowed values
Required
Placeholder (in UI)

JSON value

Extracts a JSON scalar value and converts it to a SQL JSON-formatted STRING, removing outermost quotes and un-escaping return values –> learn morearrow-up-right

JSON_VALUE(@expression, @expression_2)

Return type

string

Parameters

Name
Type
Allowed values
Required
Placeholder (in UI)

Last updated

Was this helpful?