/ Published in: SQL
Expand |
Embed | Plain Text
CREATE TABLE #tmp ([ref] [nvarchar](25),[uid] [int]) INSERT #tmp ([ref],[uid]) EXEC [dbo].[msp_vwSales_Select] @COLUMNS = 'ref,uid', @ref='SS08-2985-29119'
You need to login to post a comment.
