Use alias in Update Query

This commit is contained in:
dewekk 2022-05-31 10:54:56 +09:00 committed by GitHub
parent d0cdcb5d2a
commit 4907e293de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -326,7 +326,7 @@ class Query extends VariableBase
// Compose the INTO clause.
if (count($this->tables))
{
$tables = $this->_arrangeTables($this->tables, false);
$tables = $this->_arrangeTables($this->tables);
if ($tables !== '')
{
$result .= $tables;