I want to execute this query using native query
SELECT name FROM `question`
ORDER BY RAND()
LIMIT 20
but when executing it i'm getting thgis error
Exception Description: Syntax error parsing the query [Question.findrandom: SELECT q FROM Question q ORDER BY RAND()], line 1, column 38: unexpected token [(].
I also have the entity created for the table question