Jump to content

Query field with an underscore in it??


barkster

Recommended Posts

I have a field that contains an underscore.  How can I do a query for the underscore since I just found that underscore really doesn't find underscore it is a wildcard in mysql.  I need to be able to query for the actual underscore.  For example.  Select Title where Title LIKE '10_%' doesn't give me what I want.

Results

10_1
100_2
1000_4
10_2
etc..

Looking for Result "10_%"

10_1
10_2
10_3


Thanks
Link to comment
https://forums.phpfreaks.com/topic/19507-query-field-with-an-underscore-in-it/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.