php - mysql warning: Cannot set query -


i'm having mysql statement query table 10+ millions of rows, joining other table more rows, works ok if select rows within date-range of 1 month, increase date-range (and more results, on 900 results actually) i'm getting mysql warning title of question, results returned.

anyone knows warning means?

edit:

warning: cannot set query. here written query.

solved. caching problem, after caching turned off works.

it looks missing 2nd table name query members

so please try update clause

from members_data 

to

from members_data, members 

Comments

Popular posts from this blog

c# - How to get the current UAC mode -

postgresql - Lazarus + Postgres: incomplete startup packet -

javascript - Ajax jqXHR.status==0 fix error -