Followinq query is possible in oracle
select DISTINCT(COLA), COLB
from TABLEA
In this query,
- Will this query returns distinct values for the combination of COLA and COLB?
- If this query returns distinct value for the COLA alone, then what should be the COLB value for selected COLA?
- Or if we have multiple records with same COLA value, will this query throws error?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…