multi valued UDF in select statement + sql server 2005
Database
1
Posts
1
Posters
0
Views
1
Watching
-
In the stored procedure, I have a UDT table which have one column. and also a UDF(multi valued) that returns five columns , this UDF have one parameter of string type How can i call that UDF(multi valued) in the select statement ? like following mentioned. Select from tablename T Inner Join UDF(column) F on F.id = T.ID The ID is common column in both tables and also i want to create join between them