Re: How to use string operators in select statement - TSM.

2002-03-03 Thread Williams, Tim P {PBSG}
r" To: [EMAIL PROTECTED] cc: Subject: Re: How to use string operators in select statement - TSM. Sree Kumar, Its absolutely possiblem to do that. Try the following select * from actlog where message like 'ANR2565I%' I think this should

Re: How to use string operators in select statement - TSM.

2002-03-01 Thread Allen Barth
To: [EMAIL PROTECTED] cc: Subject: Re: How to use string operators in select statement - TSM. Sree Kumar, Its absolutely possiblem to do that. Try the following select * from actlog where message like 'ANR2565I%' I think this should do the trick. Hope

Re: How to use string operators in select statement - TSM.

2002-02-28 Thread Joel Fuhrman
e in Bangalore is good :-) > > Regards > Mobeen > > Mobeen Mahamood C.M > Systems Manager Lead > Micron Semiconductor Asia > Singapore > > > > > > > -Original Message- > > From: Pothula S Paparao [mailto:[EMAIL PROTECTED]] > > Sent: Thur

Re: How to use string operators in select statement - TSM.

2002-02-28 Thread Richard Cowen
age- > From: Pothula S Paparao [mailto:[EMAIL PROTECTED]] > Sent: Thursday, March 28, 2002 4:15 AM > To: [EMAIL PROTECTED] > Subject: How to use string operators in select statement - TSM. > > > Hi TSM'ers > The below is the message from select output (select * from actlog) &g

Re: How to use string operators in select statement - TSM.

2002-02-28 Thread MUSTAFA BAYTAR
ubject: How to use string operators in select statement - TSM. Sent by: "ADSM: Dist Stor Manager" <[EMAIL PROTECTED] IST.EDU>

Re: How to use string operators in select statement - TSM.

2002-02-28 Thread MUSTAFA BAYTAR
obeen Mahamood C.M Systems Manager Lead Micron Semiconductor Asia Singapore > -Original Message- > From: Pothula S Paparao [mailto:[EMAIL PROTECTED]] > Sent: Thursday, March 28, 2002 5:15 PM > To: [EMAIL PROTECTED] > Subject: How to use string operators in select statement -

Re: How to use string operators in select statement - TSM.

2002-02-28 Thread mobeenm
Singapore > -Original Message- > From: Pothula S Paparao [mailto:[EMAIL PROTECTED]] > Sent: Thursday, March 28, 2002 5:15 PM > To: [EMAIL PROTECTED] > Subject: How to use string operators in select statement - TSM. > > > Hi TSM'ers > The below is the messag

How to use string operators in select statement - TSM.

2002-02-28 Thread Pothula S Paparao
Hi TSM'ers The below is the message from select output (select * from actlog) All I want to know is whether or not possible to caputue only the message no (ex. ANR2565I) using select query. I tried using string operations in select command. didnt help much. If any select expert tried this pls let