I have got error code from MYSQL 3.23.39 for query:
...where table1.field1=table2.field2 order by table2.field3"
Whats wrong here?
What funny is that this query works with 3.22.32.
Anyone help me?
Run mysql from the command line and run REPAIR <tablename> for all of the tables in the query. One of them has probably become corrupt.
Chris King