Fabrizio Tivano <[EMAIL PROTECTED]> wrote:
> 
> i have 2 table :tbl1 and tbl2
> 
> i need to make an update on tbl1 based from tbl2 records.
> 
> Ex:
> update tbl1, tbl2 set tbl1.conf='1' where tbl2.name='AD' and tbl2.date=tbl1.date;
> 
> mysql: MySQL 3.23.54 
> 
> 
> i see this kind of query works on mysql 4.0.2
> How i can do this with my version?
> I also tried with left joins ...but...noways!
> 
> Any ideas?

Use MySQL with programming language. 



-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Egor Egorov
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
       <___/   www.mysql.com




-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to