Hi,
All search engine have advanced query window but none of them have SQL query window
Ex: developers are quite easier for SQL queries.
Is there a way to provide SQL query window which converts or translates to your inbuilt query or necessary query
Ex:
JPA Methods converts query to -> Native SQL -> DB – supports multiple databases
HQL -> hibernate supports 14 db -> converts to Native SQL at last
What i am looking for is other way side
SQL -> to your query string -> so that you can perform the operation and return the results
Thanks