salve ragazzi
ho questo problema in questo comando sql

SELECT top 2 * FROM t_news WHERE ID_lingua=1 ORDER BY posizione

Non mi accetta il top.

Perchè?

Avete altri metodi da consigliarmi?
Questo è l'eroore che mi da

Failed to execute query: 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 '2 * FROM t_news WHERE ID_lingua=1 ORDER BY posizione' at line 1
SQL: SELECT top 2 * FROM t_news WHERE ID_lingua=1 ORDER BY posizione

Grazie per l'aiuto