Hello Friends, I am not able update record on my view page using below code snippets:
$table = 'TlbTechnologies'; $upcountqry = $this->modelsManager->createQuery("UPDATE ".$table." SET views = views + 1 where id='".$itemid."'"); $upcountqry->execute();