sql >> データベース >  >> RDS >> Mysql

codeigniterアクティブレコードネストされたクエリ

    Codeigniterのドキュメント を確認するだけです。

         $this->db->select('sss.*, c.country_name, c.country_code ');
           $this->db->from('(SELECT gr.* 
           FROM (`be_goldrate` as `gr`) 
          WHERE `gr`.`country_id` != 0 
            AND `gr`.`rate_type` = "calculated" 
           ORDER BY gr.date DESC) as sss');
           $this->db->join('be_countries as c','c.country_id = sss.country_id','left');
    
           $this->db->group_by('sss.country_id'); 
    

    エラーがあれば報告してください




    1. カスタムデータベースアプリケーションのメリットはありますか?

    2. SSRS2014レポートのデプロイの問題

    3. PHPでMySQLテーブル構造を取得するにはどうすればよいですか?さらに、すべてのテーブルのリスト?

    4. Webアプリケーション用のMySQLとPostgreSQL