Hi @Klaster I just tested with the SQL Logs activated, the query is a union between 2 SELECT, and not a "JOIN" (it's not an intersection, wich will search the same key into the 2 tables, but a real union, wich will get ALL the lines from all the input tables). INSERT INTO wkfXXXXX_W (iId) SELECT iId...