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
Share on other sites

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.