In order to include the column reference `t.APPLY_INFO_UUID` in the GROUP BY key, you can modify your query as follows:\n\nsql\nSELECT t.APPLY_INFO_UUID, COUNT(*) FROM your_table t GROUP BY t.APPLY_INFO_UUID\n\n\nThis query will group the rows based on the values of the `APPLY_INFO_UUID` column and then count the number of rows in each group. The result will include the `APPLY_INFO_UUID` column along with the count.

SQL: Include APPLY_INFO_UUID in GROUP BY Clause

原文地址: https://www.cveoy.top/t/topic/pSxC 著作权归作者所有。请勿转载和采集!

免费AI点我,无需注册和登录