mysql query problem
- by PiePowa
hey everybody
i'm trying to do somthing simple like this
SET i = 0;
WHILE (i <= 2230686) DO
INSERT INTO customers(check) VALUE(0);
SET i=i+1;
END WHILE;
in the phpmyadmin SQL query box
and it doesntwork and the mysql doesnt throw an understandable reason
any clues ?