Skip to Content
0
Former Member
Feb 23, 2009 at 10:25 AM

select command using package size

357 Views

Hi all,

I have to fetch the same record comparing the records from two data base table for which i m using

select * from dbtab1 into table itab1 package size n

select * from dbtab2 into itab2

where field = itab1-field.

endselect.

the loop of select is executed once for second time its givin dump.

please help.

regards,

Gayatri