エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
記事へのコメント1件
- 注目コメント
- 新着コメント
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
Kohana 3 cross-table update using Query builder
What is the proper way to construct a cross-table update in Kohana 3 using the DB query builder? ... What is the proper way to construct a cross-table update in Kohana 3 using the DB query builder? Currently I am just using a DB::expr but I know the query builder is smarter than that. // update record $rows_updated = DB::update(DB::expr('user_list_permissions INNER JOIN users ON user_list_permissions.user_id = users.id')) ->set($params) ->where('user_list_permissions.id', '=', $user_list_permissi
2015/05/11 リンク