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

Function return values

$
0
0
I have a function that returns a table of values and i like a way to list those values in a query so can see if a field exists

returns @WorkList Table
(
        rowid     &n

Viewing all articles
Browse latest Browse all 3145

Trending Articles