473,385 Members | 1,740 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

MERGE statement documents

I was pointed (thanks to Serge Rielau) to the MERGE statement as the
solution to a certain updating problem I had. It works wonderfully.

Where is the documentation for this statement!?! I spent an hour at the
IBM site :
(http://www-3.ibm.com/cgi-bin/db2www/...bs.d2w/en_main)
looking for the documentation, and found nothing, in any of the manuals
I looked in.

I would appreciate a pointer to the the IBM site with the documentation.

Nov 12 '05 #1
12 2099

"Robert Stearns" <rs**********@charter.net> wrote in message
news:10*************@corp.supernews.com...
I was pointed (thanks to Serge Rielau) to the MERGE statement as the
solution to a certain updating problem I had. It works wonderfully.

Where is the documentation for this statement!?! I spent an hour at the
IBM site :
(http://www-3.ibm.com/cgi-bin/db2www/...support/v8pubs.
d2w/en_main) looking for the documentation, and found nothing, in any of the manuals
I looked in.

I would appreciate a pointer to the the IBM site with the documentation.


http://publib.boulder.ibm.com/infoce...n/r0010873.htm

--
Matt Emmerton
Nov 12 '05 #2

"Robert Stearns" <rs**********@charter.net> wrote in message
news:10*************@corp.supernews.com...
I was pointed (thanks to Serge Rielau) to the MERGE statement as the
solution to a certain updating problem I had. It works wonderfully.

Where is the documentation for this statement!?! I spent an hour at the
IBM site :
(http://www-3.ibm.com/cgi-bin/db2www/...support/v8pubs.
d2w/en_main) looking for the documentation, and found nothing, in any of the manuals
I looked in.

I would appreciate a pointer to the the IBM site with the documentation.


http://publib.boulder.ibm.com/infoce...n/r0010873.htm

--
Matt Emmerton
Nov 12 '05 #3
> > Where is the documentation for this statement!?! I spent an hour at the
IBM site :

(http://www-3.ibm.com/cgi-bin/db2www/...support/v8pubs. d2w/en_main)
looking for the documentation, and found nothing, in any of the manuals
I looked in.

I would appreciate a pointer to the the IBM site with the documentation.

http://publib.boulder.ibm.com/infoce...n/r0010873.htm
--
Matt Emmerton

MERGE was added in Fixpack 2 for version 8.1. IBM does not update the PDF
manuals for fixpacks, unless it is a new release (8.1, 8.2, 9.1, etc.). The
changes are updated in the online manuals referenced by Matt above.
Nov 12 '05 #4
> > Where is the documentation for this statement!?! I spent an hour at the
IBM site :

(http://www-3.ibm.com/cgi-bin/db2www/...support/v8pubs. d2w/en_main)
looking for the documentation, and found nothing, in any of the manuals
I looked in.

I would appreciate a pointer to the the IBM site with the documentation.

http://publib.boulder.ibm.com/infoce...n/r0010873.htm
--
Matt Emmerton

MERGE was added in Fixpack 2 for version 8.1. IBM does not update the PDF
manuals for fixpacks, unless it is a new release (8.1, 8.2, 9.1, etc.). The
changes are updated in the online manuals referenced by Matt above.
Nov 12 '05 #5
Matt Emmerton wrote:
"Robert Stearns" <rs**********@charter.net> wrote in message
news:10*************@corp.supernews.com...
I was pointed (thanks to Serge Rielau) to the MERGE statement as the
solution to a certain updating problem I had. It works wonderfully.

Where is the documentation for this statement!?! I spent an hour at the
IBM site :


(http://www-3.ibm.com/cgi-bin/db2www/...support/v8pubs.
d2w/en_main)
looking for the documentation, and found nothing, in any of the manuals
I looked in.

I would appreciate a pointer to the the IBM site with the documentation.

http://publib.boulder.ibm.com/infoce...n/r0010873.htm

--
Matt Emmerton

Thanks, I didn't realize the PDF's weren't kept up to date.

Nov 12 '05 #6
Matt Emmerton wrote:
"Robert Stearns" <rs**********@charter.net> wrote in message
news:10*************@corp.supernews.com...
I was pointed (thanks to Serge Rielau) to the MERGE statement as the
solution to a certain updating problem I had. It works wonderfully.

Where is the documentation for this statement!?! I spent an hour at the
IBM site :


(http://www-3.ibm.com/cgi-bin/db2www/...support/v8pubs.
d2w/en_main)
looking for the documentation, and found nothing, in any of the manuals
I looked in.

I would appreciate a pointer to the the IBM site with the documentation.

http://publib.boulder.ibm.com/infoce...n/r0010873.htm

--
Matt Emmerton

Thanks, I didn't realize the PDF's weren't kept up to date.

Nov 12 '05 #7
Mark A wrote:
Where is the documentation for this statement!?! I spent an hour at the
IBM site :

(http://www-3.ibm.com/cgi-bin/db2www/...support/v8pubs.
d2w/en_main)
looking for the documentation, and found nothing, in any of the manuals
I looked in.

I would appreciate a pointer to the the IBM site with the documentation.


http://publib.boulder.ibm.com/infoce...n/r0010873.htm
--
Matt Emmerton


MERGE was added in Fixpack 2 for version 8.1. IBM does not update the PDF
manuals for fixpacks, unless it is a new release (8.1, 8.2, 9.1, etc.). The
changes are updated in the online manuals referenced by Matt above.

Thanks, I didn't realize the PDF's weren't kept up to date.

Nov 12 '05 #8
Mark A wrote:
Where is the documentation for this statement!?! I spent an hour at the
IBM site :

(http://www-3.ibm.com/cgi-bin/db2www/...support/v8pubs.
d2w/en_main)
looking for the documentation, and found nothing, in any of the manuals
I looked in.

I would appreciate a pointer to the the IBM site with the documentation.


http://publib.boulder.ibm.com/infoce...n/r0010873.htm
--
Matt Emmerton


MERGE was added in Fixpack 2 for version 8.1. IBM does not update the PDF
manuals for fixpacks, unless it is a new release (8.1, 8.2, 9.1, etc.). The
changes are updated in the online manuals referenced by Matt above.

Thanks, I didn't realize the PDF's weren't kept up to date.

Nov 12 '05 #9
Robert,

A good way to find what you need si to go to google and use
"site:ibm.com" with your search criteria.
MERGE statement site:ibm.com
popped MERGe up as the first link.

Cheers
Serge

--
Serge Rielau
DB2 SQL Compiler Development
IBM Toronto Lab
Nov 12 '05 #10
Robert,

A good way to find what you need si to go to google and use
"site:ibm.com" with your search criteria.
MERGE statement site:ibm.com
popped MERGe up as the first link.

Cheers
Serge

--
Serge Rielau
DB2 SQL Compiler Development
IBM Toronto Lab
Nov 12 '05 #11
Serge Rielau wrote:
Robert,

A good way to find what you need si to go to google and use
"site:ibm.com" with your search criteria.
MERGE statement site:ibm.com
popped MERGe up as the first link.

Cheers
Serge

Thank you. I hadn't thought of using site:. I have used it before, but
it has been a while.

Nov 12 '05 #12
Serge Rielau wrote:
Robert,

A good way to find what you need si to go to google and use
"site:ibm.com" with your search criteria.
MERGE statement site:ibm.com
popped MERGe up as the first link.

Cheers
Serge

Thank you. I hadn't thought of using site:. I have used it before, but
it has been a while.

Nov 12 '05 #13

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Steve M | last post by:
I'm trying to do invoke the mail merge functionality of MS Word from a Python script. The situation is that I have a template Word document, and a record that I've generated in Python, and I want...
3
by: Richard Fritzler | last post by:
I was given the task of designing a complete web based document prep system. In simplest terms (using a msword explanation) create a database of merge fields, and a library of templates. Allow the...
0
by: Robert Stearns | last post by:
I was pointed (thanks to Serge Rielau) to the MERGE statement as the solution to a certain updating problem I had. It works wonderfully. Where is the documentation for this statement!?! I spent...
9
by: Neil Ginsberg | last post by:
I have a strange situation using Access to automate a Word mail merge. Using Access 2000 and Word 2000, the code opens Word, opens the document in Word, sets a table in the calling Access...
8
by: Darryl Kerkeslager | last post by:
I hope that although this is 25% Access and 75% Word, that someone will know ... The whole problem here arises because 1) Microsoft acknowledges an 'issue' wherein TextInput type FormFields are...
3
by: Andy Davis | last post by:
I have set up a mail merge document in Word 2003 which gets its data from my Access 2000 database. I want to set up a button on a form that: 1. runs the query to provide the dat for the merge...
2
by: nickdu | last post by:
Is there a tool that will merge XML documents? We also need the reverse, we need to be able to create a Diff of two documents. What we're trying to do is just store differences of documents at...
0
by: mbbostwick | last post by:
I have a problem with a mail merge procedure I used to use with Access '97. We recently converted to Office XP (2002) and I now have an issue I am unfamilliar with and have been unable to...
9
by: atc | last post by:
Sorry but another question from a newbie. I am trying to create a mail merge based on a query. I have a button on a form (form is based on query). I found this code in one of the discussions and...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.