MySQL Forums
Forum List  »  Announcements

Re: MySQL GUI Tools for 5.0 Release 6 available for download - bug finding contest
Posted by: umasankar subramanian
Date: November 25, 2006 12:26AM

DECLARE i INT DEFAULT 1;
WHILE i<10 do
select now();
SET i=i + 1;
END WHILE;

i can't able to run this code by using the Query Browser.

Please let me know, it is possible with Mysql Administrator.

Thanks
Umasankar Subramanian

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: MySQL GUI Tools for 5.0 Release 6 available for download - bug finding contest
4544
November 25, 2006 12:26AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.