Skip to Content
0
Former Member
Dec 01, 2006 at 09:41 AM

Result of Query

36 Views

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