View Single Post
  #1  
Old 12-07-2006, 04:58 AM
zabrine zabrine is offline
Junior Member
 
Join Date: Dec 2006
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
zabrine is on a distinguished road
Default running a code gives error....

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 --
Reply With Quote
  Webmaster Forums - View Single Post - running a code gives error....
View Single Post
  #1  
Old 12-07-2006, 04:58 AM
zabrine zabrine is offline
Junior Member
 
Join Date: Dec 2006
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
zabrine is on a distinguished road
Default running a code gives error....

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 --
Reply With Quote