Hi,
I have a local db behind a firewall etc. Basically, I'd like to do what
I'd locally would...
create table abc
as
select
*
from
local_expensive_view;
abc - on RDS
local_expensive_view - on local machine
How would you go about doing this?
Thanks,
Marcus