joining tables from different SQL Schemas MARIA Db
Hi,
we have a multi-schema Maria Db and in the old codeignitor query language it was possible to join tables even though they were not part of the same sql schema.
Does this work in drizzle as well?
I tried to setup the multischema part like described in the docs, but i am struggling with the database connection.
The schema names are matching with the schemas/databases in the mariaDb
The question now is:
What do I need to provide as database name in order to make this work?
At the end I want to be able to do something like this:
or in plain SQL
is that possible with drizzle?
0 Replies