|
Impossibile eseguire l'interrogazione: errore n. =1064errore =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 '-9,9' at line 5query = SELECT R.*, T.*
FROM pizza_xu_news_pordenone R
LEFT JOIN pizza_xu_news_pordenone_text T ON T.id_news_pordenone = R.id LEFT JOIN pizza_languages L ON L.id = T.id_lingua WHERE 1 AND R.isvisibile > 0 AND ( T.id_lingua = 'it' )
ORDER BY R.posizione ASC
LIMIT -9,9 |