points
SELECT \* from read_csv('example.csv');
COPY new_table TO 'example.csv' (HEADER true, DELIMITER ',');