After spending the majority of the week finding a host that runs 4.1.1 (is 4.1.10a) in order to do subqueries, and taking a day to switch servers, I just loaded my 1st subquery having:
WHERE Table.primaryid < (select max (Table.primaryid) FROM Table)
But this is giving an error message "1064" and within a browser:
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '(Table.primaryid) FROM Table)
How could this possibly be?