pt / pm
1-1-1
1/2
1/3
2/2-1
2-2-2
选择pt值,该表输出的所有值均为pm( 1、2、3)应为1。
发布于 2022-07-15 06:49:13
选择count( pm),pt从组中选择count(Pm)=(从选择计数(不同的pm))
尝试使用group、having子句和嵌套查询。
发布于 2022-07-15 13:58:41
从pml =‘1,2,3’的表组中选择pt,group_cocate(按pm分隔器',')作为pml;
https://stackoverflow.com/questions/72989013
复制相似问题