![]() |
Update with Join using Active Record. Is this possible? - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: Update with Join using Active Record. Is this possible? (/showthread.php?tid=52207) |
Update with Join using Active Record. Is this possible? - El Forum - 06-01-2012 [eluser]Unknown[/eluser] Hi, I'm trying to run an update query that uses multiple joins in order to identify the affected rows, but I can't seem to get it working using Active Record. I can't find much info online about it either. Is this even possible? |