Sets the table or subquery to be used for the condition.
$table: The table name or the subquery to be used. Use a SelectQuery object to pass in a subquery.
MergeQuery The called object.
protected function conditionTable($table) {
$this->conditionTable = $table;
return $this;
}