Sets the fromQuery on this InsertQuery object.
\Drupal\Core\Database\Query\SelectInterface $query: The query to fetch the rows that should be inserted.
$this The called object.
public function from(SelectInterface $query) { $this->fromQuery = $query; return $this; }