Let's say I have created a query in the query library called query1. Now, I wanted to call that query onto the resource query like
SELECT * FROM query1
Is there any alternative to achieve this? Import a query1 while creating the apps and then calling this query into another?
By default we block dynamic mappings into the SQL query for security reasons (SQL injection) and convert them to prepared statements. If you accept the risks that come with this you can disable this setting by checking the box "Disable converting queries to prepared statements" on the resource settings page.