Postgres (or sql) select row with largest date without grouping

后端 未结 0 1568
情书的邮戳
情书的邮戳 2021-01-12 04:29

I have a Posgres typeorm entity with the following columns

@PrimaryGeneratedColumn()
id: number;

@Column({ type: \'timestamp with time zone\', name: \'_creat         


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