I am often needing to update local temporary access tables to the current
postgres tables.
What is the fastest way to do this?
What I have been doing is creating a Pass-through query, and then a second
query that selects that into my local table. Is there a better way this
could be done?
respectfully,
Joseph