Skip to Content
0
Former Member
May 15, 2008 at 04:06 PM

Need help SELECT wiht INNER JOIN

22 Views

Hi,

I need the the entire record of the MVKE with the same vkorg as in the table YMMARKET. Why has the bellow Join syntex error. Thank you

SELECT *

FROM MVKE

INNER JOIN YMMARKET_CODE ON mvkevkorg = ymmarket_codevkorg

WHERE matnr = p_matnr.

ENDSELECT.