Hi,
Below is the requirement--
To achieve the same , Select A.ID FROM "TABLE_A" AS A LEFT OUTER JOIN "TABLE_B" AS B ON A.ID = B.ID WHERE B.ID IS NULL
Please suggest how to implement ( NULL ) through HANA graphical approach.
Thanks,
Ashutosh
a left outer join then a projection with a filter on b field = NULL
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks...Its worked..
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.