mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-03 09:14:48 +09:00
Use alias in Update Query
This commit is contained in:
parent
d0cdcb5d2a
commit
4907e293de
1 changed files with 1 additions and 1 deletions
|
|
@ -326,7 +326,7 @@ class Query extends VariableBase
|
||||||
// Compose the INTO clause.
|
// Compose the INTO clause.
|
||||||
if (count($this->tables))
|
if (count($this->tables))
|
||||||
{
|
{
|
||||||
$tables = $this->_arrangeTables($this->tables, false);
|
$tables = $this->_arrangeTables($this->tables);
|
||||||
if ($tables !== '')
|
if ($tables !== '')
|
||||||
{
|
{
|
||||||
$result .= $tables;
|
$result .= $tables;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue