MySQL Query : SELECT END_DATE AS END_DATE,price as price,hbzj as hbzj,hbzf as hbzf, i_price AS i_price,i_hbzj as i_hbzj,i_hbzf as i_hbzf,l_price as l_price,l_hbzj as l_hbzj,l_hbzf as l_hbzf FROM order by end_date desc LIMIT 1 MySQL Error : 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 'order by end_date desc LIMIT 1' at line 1 MySQL Errno : 1064 Message : 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 'order by end_date desc LIMIT 1' at line 1 Need Help?