Hi Ashwin,
Thanks for reply.
"tableb" has these columns
org_id,
org_name,
org_ein,
"bill" table has below columns
org_id,
mem_id,
mem_name
all the org_id's in "tableb " are present in "bill"table. now i want to copy the org_name to bill table
Ashwin Sridhar wrote:Whats the relation between your Bill table and table2. Some more information, would help me understand better.