 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Robert MacLean Guest
|
Posted: Thu Jun 26, 2003 7:30 am Post subject: Re: Interbase DB Compare |
|
|
please do not cross post
Suneel K (suneelp (AT) hotmail (DOT) com) moved some electrons around and created
the following:
| Quote: | Hi! Where can I find a sample source to compare two interbase
databases and to generate a script.
Thank you
Suneel
|
--
___________________________________________
Robert MacLean
robert at sadev dot co dot za
Web: http://www.sadev.co.za
|
|
| Back to top |
|
 |
Sunil Furtado Guest
|
Posted: Mon Feb 06, 2006 12:01 pm Post subject: Re: copy contents of column |
|
|
| Quote: | update targets
set targets.ptons = production.tons
where targets.calyear = production.entryYear AND targets.calmonth =
production.entryMonth
Which doesn't work. Hoping someone will suggest a better method.
|
How about this,
update targets
set targets.ptons = production.tons
-- looks like this is missing
from production
where targets.calyear = production.entryYear AND targets.calmonth =
production.entryMonth
Regards,
Sunil |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|