Re: update data from other table

2002-02-15 Thread Kittiphum Worachat
Hi. Try to use replace if you have unique key index and both table have the same structure: and query like, replace into tableA select * from tableB Kittiphum Worachat,MT. www.hatyailab.com - Before posting, please check:

RE: update data from other table

2002-02-15 Thread Sommai Fongnamthip
- >From: Sommai Fongnamthip [EMAIL PROTECTED] >Date: Fri, 15 Feb 2002 16:37:51 +0700 >To: [EMAIL PROTECTED] >Subject: update data from other table > > >Hi, > How to update data in table with data from other table in single SQL >command (without using loop

Re: update data from other table

2002-02-15 Thread Sommai Fongnamthip
I want to update existing data not insert new data. sommai At 16:52 15/2/2002 +0700, Kittiphum Worachat wrote: >HI > > > > Hi, > > How to update data in table with data from other table in single SQL > > command (without using loop)? > > > > Sommai, > >insert into table1 select * from table2 >

Re: update data from other table

2002-02-15 Thread Kittiphum Worachat
HI > Hi, > How to update data in table with data from other table in single SQL > command (without using loop)? > > Sommai, insert into table1 select * from table2 Kittiphum Worachat,MT. www.hatyailab.com - Before posting

RE: update data from other table

2002-02-15 Thread [EMAIL PROTECTED]
an you use JOIN with UPDATE. - Original Message: - From: Sommai Fongnamthip [EMAIL PROTECTED] Date: Fri, 15 Feb 2002 16:37:51 +0700 To: [EMAIL PROTECTED] Subject: update data from other table Hi, How to update data in table with data from other table in sin

RE: update data from other table

2002-02-15 Thread [EMAIL PROTECTED]
an you use JOIN with UPDATE. - Original Message: - From: Sommai Fongnamthip [EMAIL PROTECTED] Date: Fri, 15 Feb 2002 16:37:51 +0700 To: [EMAIL PROTECTED] Subject: update data from other table Hi, How to update data in table with data from other table in sin

update data from other table

2002-02-15 Thread Sommai Fongnamthip
Hi, How to update data in table with data from other table in single SQL command (without using loop)? Sommai, -- Please be informed that all e-mail which are addressing to thaithanakit.co.th will need to be changed to BTsecurities