Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi team,
Please helpme to understand below script :
CommonTemp:
Load
*;
SQL SELECT
,[ID]
,[AddressLine1]
,[AddressLine2]
,[City]
,[Contact]
FROM [Pricing].[dbo].[Employee]
ProductTranspose:
CrossTable([Attribute],[Attribute Value],2)
Load
*
Resident CommonTemp;