标签: laravel
如何在数据库更新查询中使用输入数据? 是否可以使用,以下声明?
DB::update('update doctor set availability= 0 where doctorId= Input::get('doctorId');
答案 0 :(得分:0)
首先捕获变量中的输入,然后将其与sql语句连接。