1000 records
Posted by:
Kosei Chiwaki ()
Date: February 18, 2010 10:25PM
I have encountered problem on my stored procedure.
It works find when I execute it in MySQLWorkbench,
but I press Limited (1000) it show Error Code: 1064
I am using Python2.6.4 and MySQLdb dbapi,
when exceeding result more than 1000 records,
python encounter error due to MySQL return error code 1064.
May I know how to solve problems ?