Changing '"' char by '`' in FunSQL and MySQL query

You can specify the dialect when you render the query:

render(q, dialect = :mysql)
2 Likes