mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +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.
|
||||
if (count($this->tables))
|
||||
{
|
||||
$tables = $this->_arrangeTables($this->tables, false);
|
||||
$tables = $this->_arrangeTables($this->tables);
|
||||
if ($tables !== '')
|
||||
{
|
||||
$result .= $tables;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue