renderSegments([ static::SQL_TOKEN, ( $this->priority ?? false ), ( $this->ignore ? 'IGNORE' : false ), 'INTO', $this->table, "(" . implode(',', $this->fieldlist) . ")", ]); } }