Nagarajan R Posted on Sep 15, 2020 Answer: Reduce time for update query in Laravel (without for loop, for same key and multiple values) answer re: Reduce time for update query in Laravel (without for loop, for same key and multiple values) Dec 19 '18 2 As I suggested in the comment, one method is to refactor using a CASE WHEN clause. You should be able to use a DB:raw select statement with your update method call. $data = '(SELECT CASE Bib_no'; foreach ($ids as $i => $id) { if (!array_key_exists($i, $chestnos)) { /* uncomment to… Open Full Answer Top comments (0) Subscribe Personal Trusted User Create template Templates let you quickly answer FAQs or store snippets for re-use. Submit Preview Dismiss Code of Conduct • Report abuse Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink. Hide child comments as well Confirm For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)