My question is quite similar to already answered ones but yet not. I\'d like some help sorting this out.
I\'m trying to add data to a database table but I get keepin
Before using @myLeft, you need to declare it. For example, assuming @myLeft is an INT:
DECLARE @myLeft INT;