View Single Post
  #2  
Old 10-04-2006, 07:18 AM
Yadira Yadira is offline
Senior Member
 
Join Date: Jul 2006
Posts: 183
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 18
Yadira is on a distinguished road
Default

try like this:

update `standard bond`, `securities main`
SET `standard bond`.payday = day(`securities main`.matdate)
WHERE `standard bond`.seccode = `securities main`.seccode; -- This message may have been cut off and the rest will only be shown to members. To become a member, click here --
Reply With Quote
  Webmaster Forums - View Single Post - to update a table??
View Single Post
  #2  
Old 10-04-2006, 07:18 AM
Yadira Yadira is offline
Senior Member
 
Join Date: Jul 2006
Posts: 183
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 18
Yadira is on a distinguished road
Default

try like this:

update `standard bond`, `securities main`
SET `standard bond`.payday = day(`securities main`.matdate)
WHERE `standard bond`.seccode = `securities main`.seccode; -- This message may have been cut off and the rest will only be shown to members. To become a member, click here --
Reply With Quote