left outer join where the tables are from two different database system

不想你离开。 提交于 2019-12-11 17:55:31

问题


Is it possible to write a custom SQL query in tableau performing left outer join where one of the table is in the database which is a MySQL Database type and second table is in Oracle database kind. If its possible is there any specific syntax i should be aware of.


回答1:


Yes you can do a left out join in tableau for tables coming in from two different data sources.

In order to accomplish this you need to create two different data connections under the same data source. Follow below steps:

  1. Create a connection to any required database.
  2. Under connection on right side click on Add
  3. Connect to the second database.
  4. Drag and drop tables from both database to right side.
  5. create the desired outer joins.


来源:https://stackoverflow.com/questions/53827169/left-outer-join-where-the-tables-are-from-two-different-database-system

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!