Quantcast
Channel: SQLServerCentral » SQL Server 2014 » Development - SQL Server 2014 » Latest topics
Viewing all articles
Browse latest Browse all 3145

Query help for getting Hierarchy data

$
0
0
Need help on a query getting hierachy data.
I have the following table and data arranged as below.

[code language="sql"]
declare @tblShop as table
(
    ItemName varchar

Viewing all articles
Browse latest Browse all 3145

Trending Articles