on 2025 Jan 29 11:54 AM
Hello folks,
I am getting error in below query as Field "COUNT(*)" unknown I am trying to fetch duplicate records from database table or else any other way.
SELECT profile PROFILE_TYPE LOGQS logsys ddpid COUNT(*)
INTO TABLE st_ddph_e
FROM /ctscm/md_ddph
GROUP BY profile
PROFILE_TYPE
LOGQS
HAVING COUNT(*) > 1.
Request clarification before answering.
| User | Count |
|---|---|
| 10 | |
| 7 | |
| 5 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.