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

SQLクエリを再定式化する方法

    このようなものは機能しますか?

    SELECT
        max(a.field_date_and_time_value2) as last_time
        , b.uid
    FROM field_data_field_date_and_time a
        INNER JOIN
            node b
        ON
            /* this piece might be wrong. what is the relationship between the first table and the second one? */
            b.nid = '".$node->nid."'
    where
        a.field_date_and_time_value2 > '".$today."' AND
        b.uid = $node->nid
    


    1. MYSQLのSUM(サブクエリ)

    2. 日付/時刻のセクション全体の平均値の計算

    3. トランザクション用にJPAEntityManagerを開くことができませんでした。ネストされた例外はjavax.persistence.PersistenceExceptionです

    4. バイナリとしてのUUIDの挿入と選択(16)