Html_To_NodeTable

Returns tabular hierarchical data representation of an HTML document

  • Free Function
  • SQL Server Compatibility: 2008, 2012, 2014, 2016, 2017

Syntax:

SELECT *
FROM SQLHTTP.net.Html_To_NodeTable( @Html )

Arguments:

Name Type Description
@Html nvarchar(MAX) An HTML string

Table Returned:

See NodeTable for detailed table structure documentation

Sample Usage:

See Also: