selectInsert() публичный Метод

生成slectinsert SQL
public selectInsert ( array $fields, string $table, array $options ) : string
$fields array 数据
$table string 数据表
$options array 表达式
Результат string
Пример #1
0
 public function selectInsert($fields, $table, $options)
 {
     $this->selectSql = $this->selectInsertSql;
     return parent::selectInsert($fields, $table, $options);
 }