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 > MySQL > LIKE in sql statement

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-14-03, 18:00
bobwilli bobwilli is offline
Registered User
 
Join Date: Nov 2003
Posts: 7
LIKE in sql statement

how do I define a LIKE value inside a sql statement in jsp?

ex. want to do something like this

+" name like '%mo%' "
Reply With Quote
  #2 (permalink)  
Old 11-16-03, 10:44
frankchang frankchang is offline
Registered User
 
Join Date: Nov 2003
Posts: 1
Re: LIKE in sql statement

Quote:
Originally posted by bobwilli
how do I define a LIKE value inside a sql statement in jsp?

ex. want to do something like this

+" name like '%mo%' "

name like '%" + mo + "%'"
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