sql server 2008 - Must declare the scalar variable "@unwantedRows" -
Why is this question not working?
Delete tblProduct from tblProductInner Join @Unvanced Rows On TblProduct.ProductId = @Unfortunately, Manufacturer;
Where @ inventedRows is
announcement @ unverified ROS table (Product Id INT, Product Name VARCHAR (50), Description VARCHAR (50), category VARCHAR (50), duplicate int);
You can not use the variable name to join in this way.
Try:
Comments
Post a Comment