py-phias/aore/templates/postgre/bulk_create.sql

1 line
80 B
SQL

COPY "%tablename%" (%fieldslist%) FROM '%csvname%' DELIMITER '%tab%' NULL 'NULL'