Guest_imported
New member
- Jan 1, 1970
- 0
Select IID from Images
where IID in (select max(IID) from Images)
MySQL said:
You have an error in your SQL syntax near '(max(IID) from Images) LIMIT 0, 30' at line 2
This used to work fine NT but on MySQL it is spitting the dummy. Any idea's?
where IID in (select max(IID) from Images)
MySQL said:
You have an error in your SQL syntax near '(max(IID) from Images) LIMIT 0, 30' at line 2
This used to work fine NT but on MySQL it is spitting the dummy. Any idea's?