Hi,
I did a ’join’ between 5 tables and I would like to save the output into a new permanent table.
Thanks!
On most DBMSs you can create the new table and then write "Create table table name as Select whatever"
You'll need to consult your database program's documentation to verify this for your situation.
thaks