There are two tables A and B
I did a full join for these two tables and it displayed in a table format.
Can I create a new table and import those results into it so that I can use this table to display its values instead of using the whole code again?
There are two tables A and B I did a full join for these
Share
I think you can do “Create table as SELECT …” Refer http://www.techonthenet.com/sql/tables/create_table2.php