Hello dear all, 

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?

thanks in advances and regards, 

fabrizio

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

Reply via email to