Home : General : Databases and SQL :

General: Databases and SQL: Re: [Deepu Sudhakar] matching two columns: Edit Log

Here is the list of edits for this post
Re: [Deepu Sudhakar] matching two columns
I think this is close but I'm a bit fuzzy on SQL syntax (no pun intended Angelic)

update table2 set table2.description = table1.description where table1.imagename = table2.imagename

[update]hm... seems you can't do join on a update according to what I read on google groups.

Philip
------------------
Limecat is not pleased.

Last edited by:

fuzzy thoughts: Oct 25, 2002, 3:41 PM

Edit Log: