Jump to content

Multiple index references


Zane

Recommended Posts

Lets say I have a column (called group) in a table called clients.. and I have a table for these groups.  In the aforementioned column I have a comma separated list of indexes, relative to the table group.

 

How can I select ALL clients from a certain group? Say for instance I want all clients with a group ID of at least 5.  Is there a function to run through a comma separated list..?

 

Something similar to the way IN works.  So then I could be like

 

SELECT * FROM clients WHERE group IN (5)

Obviously the code above won't work (or will it).... what should I do?

Link to comment
https://forums.phpfreaks.com/topic/192545-multiple-index-references/
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.