How to Print Raw SQL query of Magento 2 format?
I am trying to print the raw SQL query of the below statement in Magento2 but am not able to do it. please find the statement $connection = $this->getConnection(); // I am getting the connection $tableName = $connection->getTableName(self::REQUESTED_TABLE); // getting… Read More »How to Print Raw SQL query of Magento 2 format?