Hi,
I am new to MySQL. Up to now I never needed Transact SQL, but now I have learned it can be useful :-). MySQL rejects the message Syntax error in insert. Any ideas what I did wrong?
Thanks in advance,
Josh
Here is my Code:
BEGIN
DECLARE @right_most_sibling INTEGER;
SET...