Differences when extracting day of week from Python and PostgreSQL, any solution?

后端 未结 0 1275
情深已故
情深已故 2021-01-25 14:17

My code on PostgreSQL:

select extract(dow from date \'2021-01-25\')
-----------------------------------------
date_part
    1

My code on Python:<

相关标签:
回答
  • 消灭零回复
提交回复
热议问题