'OPTION SQL_SELECT_LIMIT=DEFAULT'

后端 未结 5 598
被撕碎了的回忆
被撕碎了的回忆 2021-01-01 12:12

I have a mysql database on Netbeans and I want to see that view data but I have a error 1064 \'OPTION SQL_SELECT_LIMIT=DEFAULT\'

5条回答
  •  遥遥无期
    2021-01-01 12:31

    I was able to bypass this error by setting my own limit on the query. This worked for me because I had full control over the sql statement. By specifying the limit myself it did not rely on the 'default'. I also made sure to end the query with a ';' but not sure if that made any difference.

提交回复
热议问题