PostgreSQL
 sql >> Teknologi Basis Data >  >> RDS >> PostgreSQL

Ekstrak hari dalam seminggu dari bidang tanggal di PostgreSQL dengan asumsi minggu dimulai pada hari Senin

Dari manual

isodow

    The day of the week as Monday (1) to Sunday (7)

Jadi, Anda hanya perlu mengurangi 1 dari hasil itu:

psql (9.6.1)
Type "help" for help.

postgres=> select extract(isodow from date '2016-12-12') - 1;
  ?column?
-----------
         0
(1 row)
postgres=>


  1. Database
  2.   
  3. Mysql
  4.   
  5. Oracle
  6.   
  7. Sqlserver
  8.   
  9. PostgreSQL
  10.   
  11. Access
  12.   
  13. SQLite
  14.   
  15. MariaDB
  1. Menghubungkan pgadmin ke postgres di buruh pelabuhan

  2. Indeks GIN PostgreSQL lebih lambat dari GIST untuk pg_trgm?

  3. Kueri tidak mengenai indeks - apakah ini kolom yang tepat untuk diindeks?

  4. Salin tabel (termasuk indeks) di postgres

  5. Buat array int8[] di fungsi PostgreSQL C