返回operation表中time列的唯一值

语句1

select  time  from  operation   group  by  time   having count(time) > 1

语句2

select distinct time from operation;

相关文章:

  • 2021-07-28
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-28
  • 2022-01-29
猜你喜欢
  • 2022-12-23
  • 2021-12-18
  • 2021-12-05
  • 2022-12-23
  • 2021-12-18
  • 2022-12-23
相关资源
相似解决方案