1
It is possible to create a mirror temporary table in another?
Example: Let’s say I have in my bank a table with 60 fields. I would like to create a temp with the name #table with the same table structure in the database, but without having to write the names of fields and types again. This is possible?
Already tried to create a view?
– user28595