If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > DB2 > Is there any function or any way for searching specified word in a text column in db2

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 07-13-04, 09:38
M_RAS M_RAS is offline
Registered User
 
Join Date: Sep 2003
Location: canada
Posts: 230
Is there any function or any way for searching specified word in a text column in db2

Hi All,
I am using db2 v8 fixpac 5 Aix 5.2,
Could you please help me How can I find specified word from a column(in a table) with type varchar(3000) contains string ?

Thank you in advance for your help
Reply With Quote
  #2 (permalink)  
Old 07-13-04, 11:33
gdipietro80 gdipietro80 is offline
Registered User
 
Join Date: Oct 2003
Location: Rome
Posts: 15
LIKE '%string%'
Reply With Quote
  #3 (permalink)  
Old 07-13-04, 11:44
M_RAS M_RAS is offline
Registered User
 
Join Date: Sep 2003
Location: canada
Posts: 230
Quote:
Originally Posted by gdipietro80
LIKE '%string%'
Oh, right!! thank you so much
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On