I’m new SQL, trying to teach myself but need some help
--PREVIOUS Product ID
, ISNULL(CONVERT(char, ReplacedProductID), '') AS 'Previous Product ID'
I have this code (above) thatreturns a Product ID number, can I run a query off this result (within the samequery) to return another...