Nuacht

This package takes a CSV and generates SQL statements to create a temp table and insert the data within it into the temp table. Good when you need to move data between warehouses for ad hoc analys ...
This is the less commonly used way - which is to build it exactly like a real table and insert data into it CREATE TEMPORARY TABLE temp_table (first_name varchar (50), last_name varchar (50), favorite ...