为了账号安全,请及时绑定邮箱和手机立即绑定

为什么报错呢错误1064

Illuminate\Database\QueryException

SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'age) values(?, ?)' at line 1 (SQL: insert into student(name age) values

代码为

<?php
namespace App\Http\Controllers;

use Illuminate\Support\Facades\DB;

class StudentController extends Controller
{
    public function test1(){
      $bool=DB::insert('insert into student(name age) values(?, ?)',['东堂',18]);
      var_dump($bool);
    }
}


正在回答

1 回答

student(name age)

name 与 age  间没逗号

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

为什么报错呢错误1064

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信