it looks like you have a column in your tables name "Desc".
this is a reserved word in mySQL that used for Descending in an order by Clause:
ORDER BY columnName DESC
it should not be used for your column names, see the following for a full list of SQWL reserved words:
reserved-words.html