This is my first attempt to create a script which save all the columns of a selected DB in a new table.
WARNING WARNING WARNING If a table with the same name exist, it will be deleted.
Sometimes in my work, I must do reverse engineering of unknown database structures, trying to migrate their data, and I use this script very often to identify similar data columns.
Disclaimer
Using this script you agree that I am not responsible for any damage of any kind or form type it may be.