Royzac
03/18/2022, 11:40 PMKevin Kho
03/18/2022, 11:44 PMMatthias
03/19/2022, 8:42 AMRoyzac
03/29/2022, 12:39 AMKevin Kho
03/29/2022, 1:07 AMAnna Geller
03/29/2022, 9:37 AMto_sql("replace")
is a convenience method if you need to get things into a DB table quickly. But if you already have a table design with foreign keys, you shouldn't use it - you can always use append to load to a temporary table and then execute a MERGE query.