Locate the Amasty\Pgrid\Model\Indexer\QtySold::doReindex()
method.
Replace the $queryRemained = $this->connection->insertFromSelect($remainedProductsSelect, $table);
line with the following code block:
$queryRemained = $this->connection->insertFromSelect(
$remainedProductsSelect
,$table
,[]
,\Magento\Framework\DB\Adapter\AdapterInterface::REPLACE
);