2013-12-19 2 views
0

을 사전 필터링 나는쿼리 오류 CRMAF_

SELECT ses_student.ses_studentId , 
    ses_student.ses_Student , 
    ses_student.ses_StudentName , 
    col_StudentInvoicePayments.TrxID , 
    col_StudentInvoicePayments.TrxNo , 
    col_StudentInvoicePayments.TrxDate , 
    col_StudentInvoicePayments.Name , 
    col_StudentInvoicePayments.TotalAmount 
FROM ses_student AS CRMAF_ses_student 
     INNER JOIN col_StudentInvoicePayments ON dses_student.ses_studentId = col_StudentInvoicePayments.ses_StudentId 

그것은 "나는 프리 필터를 사용할 때 오류 여러 식별자 ses_student.ses_studentId 및 ses_student.ses_Student이

이 오류가 발생할 수 있습니다 SQL에서 쿼리를이 "CRMAF_ses_student로 CRM 데이터베이스 SIS

답변

0

이 업데이트 쿼리 ....

을 시도하십시오 때문에
+0

@ riaz.usmani 아직도 문제가 생기면 업데이트 해주세요 .. –

+0

지금 "다중 식별자" –

+0

과 같은 오류는 없습니다. 그러나 사전 필터 레코드가 아닙니다. –