I have a table (EMP
) I know that using the COALESCE
function we can get the values of any column in this way
23,23,45,34
SELECT OfferID FROM Emp where EmpID= 23
but I am not getting the syntax to achieve this
Any help would be great, to resolve this issue.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…