qqq
This commit is contained in:
+4
-4
@@ -262,10 +262,10 @@ class SqlBuilder extends Component
|
|||||||
return $select;
|
return $select;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @return string
|
* @param array $select
|
||||||
* @throws Exception
|
* @return string
|
||||||
*/
|
*/
|
||||||
private function _selectPrefix(array $select = ['*']): string
|
private function _selectPrefix(array $select = ['*']): string
|
||||||
{
|
{
|
||||||
$select = "SELECT " . implode(',', $select) . " FROM " . $this->query->from;
|
$select = "SELECT " . implode(',', $select) . " FROM " . $this->query->from;
|
||||||
|
|||||||
Reference in New Issue
Block a user