Skip to Content
0
Former Member
Sep 10, 2007 at 01:05 PM

select different fields into same internal table from two different db tab

410 Views

Hi,

I'm selecting 3 fields from a DB table to an internal table .

there after i have to select one more field from another DB tables into same internal table.

But the second select is overwriting 1st record.

I want both to sustain as a single record.

How to do it?