I need to get select data from 2 different tables that they are in 2 different databases. Using SQL Server I would do SELECT * FROM database.schema.table
,
but I tried that and it didn't work using Amazon Redshift.
Does anyone knows how to achieve that?