I have the following error but I cant find the issue - can anyone else spot it - need another set of eyes:
Error near 'order, state) VALUES ('SAME',2,'1',10,1)'
DB Query:
$query = "INSERT INTO $table (brand_name, brand_id, cat_id, order, state) VALUES (?,?,?,?,?)";
$this->db->query($query, array($brand_name, $brand_id, $cat, $order ,$state));