Jump to content

Need Help Using LIKE in MySql statement


stressedsue

Recommended Posts

Hello,

 

I need to extract records from a database that start with a specific string field.  I want to use LIKE in my statement to accomplish this, but could use an example to follow.  I keep reading that I need to use the escape character with LIKE, but am not sure about the proper syntax. 

 

My statement currently looks something like this:  $query_Sched1 = sprintf("SELECT * FROM schedule WHERE sem = %s AND (comment1 LIKE 'starts 03%') ORDER BY dept, number, section, orderby ASC", $colname_Sched);

 

When I execute this, I receive this error message : "You have an error in your SQL syntax near 'LIMIT 0, 25' at line 1"

 

Any help or examples on how to use 'LIKE' properly would be greatly appreciated.

 

Thanks in advance!!!!

Link to comment
Share on other sites

  • 2 weeks later...
This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.