Skip to main content

vw_solution_self_helps

Creates, updates, deletes, gets or lists a vw_solution_self_helps resource.

Overview

Namevw_solution_self_helps
TypeView
Idazure_extras.help.vw_solution_self_helps

Fields

See the SQL Definition (view DDL) for fields returned by this view.

SQL Definition

SELECT
JSON_EXTRACT(properties, '$.solutionId') as "solution_id",
JSON_EXTRACT(properties, '$.title') as "title",
JSON_EXTRACT(properties, '$.content') as "content",
JSON_EXTRACT(properties, '$.replacementMaps') as "replacement_maps",
JSON_EXTRACT(properties, '$.sections') as "sections",
solutionId
FROM azure_extras.help.solution_self_helps
WHERE solutionId = 'replace-me';