What do you mean by "prerequisites"? It is a query - you need to be able to execute the query, which means you need to be able to access the project or the project's database in a way that supports query execution.
Why would you have to "include" tables to run a query? The query names the tables from which it gets data.
This query was constructed to run when using SQL as the database server. If you are using Oracle, I have no idea if it will work. I don't work with Oracle.
Why would you have to "include" tables to run a query? The query names the tables from which it gets data.
This query was constructed to run when using SQL as the database server. If you are using Oracle, I have no idea if it will work. I don't work with Oracle.