小编Fla*_*ior的帖子

在 postgresql 9.2 中搜索当月数据

我试图仅从当月获取 9.2 数据库中的票证数据。

名为 data_cadastro 的字段是 DATETIME。

 id_ticket |    data_cadastro
-----------+---------------------
      2521 | 2017-10-31 08:11:48
Run Code Online (Sandbox Code Playgroud)

我应该怎么做 ?

postgresql-9.2

4
推荐指数
2
解决办法
2万
查看次数

标签 统计

postgresql-9.2 ×1