ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » HI ALL PLZ GIVE ME ESQL UPDATE Statement

Post new topic  Reply to topic
 HI ALL PLZ GIVE ME ESQL UPDATE Statement « View previous topic :: View next topic » 
Author Message
raghug
PostPosted: Tue Oct 31, 2006 12:21 pm    Post subject: HI ALL PLZ GIVE ME ESQL UPDATE Statement Reply with quote

Acolyte

Joined: 19 Jul 2006
Posts: 60
Location: NJ

HI ALL PLZ GIVE ME ESQL UPDATE Statement I Enclosed my table and My Insert statement plz give me update statement for if record is not in Database insert into DB ,If record is in DataBase Update the Record ..PLZ give Me detail Answer for this ....

THIS IS MYTABLE pronum (col) is Primary Key

CREATE TABLE BBTRK (
NUM CHAR(9) NOT NULL, (PRIMARY KEY)
LINENUM CHAR(3) NOT NULL,
MOVENO CHAR(2) NOT NULL,
UPDATE_TIME TIMESTAMP,
so on......)


2) MY Insert Statement
INSERT INTO Database.{DBSource}.{DBSchema}.{DBTable}(NUM, LINENUM, MOVENO, UPDATE_TIME, NOTIFY1_TYPE, soon.......................);
Back to top
View user's profile Send private message Yahoo Messenger
madi
PostPosted: Tue Oct 31, 2006 12:24 pm    Post subject: Reply with quote

Chevalier

Joined: 17 Jan 2006
Posts: 475

have you heard of the Message Broker Information Center??

http://publib.boulder.ibm.com/infocenter/wmbhelp/v6r0m0/index.jsp?topic=/com.ibm.etools.mft.doc/ak05160_.htm

--madi
Back to top
View user's profile Send private message
jeevan
PostPosted: Tue Oct 31, 2006 12:26 pm    Post subject: Reply with quote

Grand Master

Joined: 12 Nov 2005
Posts: 1432

UPDATE database
SET field = value
SET field = value
SET field = value
.
.
.

optional (
WHERE field= "value "
AND field = "value"
)
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » HI ALL PLZ GIVE ME ESQL UPDATE Statement
Jump to:  



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
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.