PocketQuery: Multiple Datasources in one query

Deleted user May 9, 2016

Hello,

I need a query with a join between a mysql datasource and a SQLite datasource.

Sample: Select a.f1, b.f2 FROM Mysql.TableA a INNER JOIN SQLite.TableB b ON a.ID=b.ID

Is this possible?

And how?

 

Thanks,

Ben

1 answer

0 votes
Felix Grund (Scandio)
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 17, 2016

Hi Ben,

Thank you for your interest in PocketQuery! It is not possible to use two different data sources for one query. Alternatively, you could execute one query to the first data source and execute a second nested query to another data source. In your template you will have both results at hand and you can render whatever you like with some programming.

I have explained this before here similarly:
https://answers.atlassian.com/questions/32997105

Maybe you can get a clue?

Regards, Felix 

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events