Can we use group-by clause in sub-query? If 'yes'
means,Will it be executed successfully or else If 'no'
means why should we not using that method? Give me your
suggestion please....
Answer Posted / db2222
Yes, we can use the Group-by in the subquery.
-----EX----
SELECT DISTINCT(A.IDN), B.NAME,B.EFF_DATE, B.CNCRCY_TMSTMP
FROM
Table1 A,
Table2 B,
Table3 C
WHERE
A.IDN = C.IDN
AND C.IDN = B.ALIAS_IDN
AND A.IDN IN
(SELECT IDN
FROM Table4
GROUP BY CUSACC_IDN
HAVING COUNT(*) > 1
)
WITH UR;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is diffrence b/w file-aid tool and file-aid utility???
What kind of database is db2?
List out the data types available.
List down the types of triggers in the db2 database?
How to compare data between two tables in db2?
Which isolation level provides maximum concurrency?
What is universal database?
What does db2 stand for?
Is it possible using max on a char column?
Is db2 relational database?
What is cursor in dbms?
Can we delete records from view?
What does sqlcabc has?
How do I add a column in db2?
What are iseries servers?