1
vote
2answers
511 views
SQL Server 2005 - Table Functions in a Select statement
I have a table called PurchaseOrderDetail.
TABLE PurchaseOrderDetail
PurchaseOrderDetail int,
Comments nvarchar(500)
In the Comments field of each item I have a …
