Hi All,
How can see result of below query or records selected by below query? I just want to view records where werks_d is not equal to werks_main from zmstkcalc table.
select * from zmstkcalc where werks_d <> werks_main.
I know how to write program for this. But I am not allowed to write in production
environment. So Please note that i can not program for this.
Is there any other way to view result of this query. Using any transaction or so....
Thanks in advance