Mysql
 sql >> Teknologi Basis Data >  >> RDS >> Mysql

Cara memformulasi ulang kueri sql

Apakah hal seperti ini akan berhasil?

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. Database
  2.   
  3. Mysql
  4.   
  5. Oracle
  6.   
  7. Sqlserver
  8.   
  9. PostgreSQL
  10.   
  11. Access
  12.   
  13. SQLite
  14.   
  15. MariaDB
  1. hitung jumlah variabel Null per baris mysql

  2. mySQL - Penguncian tabel vs Penguncian baris

  3. sql untuk memilih satu catatan untuk setiap bulan dengan jumlah catatan bulan itu

  4. CakePHP menyimpan data HABTM

  5. Cara mengatur classpath driver jdbc