What is mean the condition COUNT(1) = 1 in oracle sql

前端 未结 0 1723
别那么骄傲
别那么骄傲 2020-12-22 18:32

I have two table and write select:

SELECT A.code_uv, B.account, A.cif_no 
FROM atable A, dtable B 
where A.cif_no=B.d_cif_no
group by A.code_uv, B.account, A.         


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