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

条件付きで挿入

    あまり明確な質問ではありませんが、次のようなクエリを使用できます:(未テスト

    insert into pageview
      select 15, 'A VISITOR', 10, now() 
      from pageview a
      where id_realestate=10 and DATE_ADD(now(),INTERVAL -30 MINUTE) > (
          select max(news_release) from pageview b where a.id_realestate=b.id_realestate
      );
    



    1. MYSQL構文エラー-コストを計算するCodeigniter関数

    2. SQLiteLog:(1)Produseの近く:構文エラー

    3. SQLAlchemy:from_selectを更新

    4. SQLコマンドの概要