【发布时间】:2022-09-27 21:28:37
【问题描述】:
Select distinct(job_id) from A where condition
Select distinct(job_id) from B where condition
Select distinct(job_id) from C where condition
这里可能1,2和3有一些共同的jobId 我需要的是计算所有可能不会重复的 job_id。
标签: sql spring postgresql spring-boot spring-mvc