Jump to content

Searching in a diffrent way


ansharma

Recommended Posts

Hi all

 

I have a table named `location` and have two fields `location_name` and `location_code`.

engine MYISAM, mysql version 5.5.8

location_name varchar(50),

location_code varchar(100)

 

i want to store multiple location_code with comma separated values like this

INSERT INTO `location` VALUES ('first location','01,05,08') , ('second location','02,04,07')

 

now if i want to search for all `location_name` where `location_code` are 01, 02, and any other code.

is there any way to search using in(), match against, any other but without using LIKE

 

add any index accordingly

 

Thanks

Link to comment
https://forums.phpfreaks.com/topic/239425-searching-in-a-diffrent-way/
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.