vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Im running mysql version 5.0.45 Im trying to run a query Select Top 1 * from <table> order by <column> desc but when i run it in phpmyadmin i get this error SQL query: Documentation SELECT top1 * FROM customer ORDER BY pickup DESC LIMIT 0 , 30 MySQL said: Documentation #1064 - 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 '1 * from customer order by pickup desc LIMIT 0, 30' at line 1 I checked google and it may be that my version is outdated, but, i dont think that is the case. Any suggestions? |