Hi to all,
Please help in solving the following query,
(
f.CURS_AMT, c.C_NAME, s.SID FROM COURSE_FEE_DTL f
JOIN COURSE_MASTER c ON f.C_CODE = c.C_CODE
JOIN STUDEDNT_MASTER s ON s. C_NAME = c.C_NAME
)
When the sp is executed error arises as 'too many arguments specified'