Hey friends,
i run this code by using the MS-SQL Query Analyser but in QB in Mysql Administrator is shows Error. Any one knows how is it possible?
DECLARE i INT DEFAULT 1;
WHILE i<10 do
select now();
SET i=i + 1;
END WHILE;
-- This message may have been cut off and the rest will only be shown to members. To become a member, click here --