I have one more issues. and it giving only in MSSQL server:
select theme0_.id as id12_, theme0_.user as user12_, theme0_.theme as theme12_
from theme theme0_ where theme0_.user=1
This query is giving error :
Incorrect syntax near the keyword 'user'.
But the query executes properly in MySQL server. Please help me. Thanks!!