Posts by Valmor Reblin • 7 points
1 post
-
-1
votes1
answer109
viewsA: Migrating from Firebird to Mysql
I made an example and it worked show. CREATE DEFINER=`sistema`@`localhost` PROCEDURE `ADDMESAS`() BEGIN declare i integer; delete from mesas ; SET i = 1; while i <= 160 do insert into mesas (num,…