[PHP-DB] Multiple values for a column

2004-02-19 Thread Shiloh Madsen
I need to figure a way to create a table column that will allow for me to be able to say IF column = and then specify more than a single value. for instance, select all from the table where the column in question is either 1, 3, 4, and/or 7. However, I want this column to be able to hold more

Re: [PHP-DB] Multiple values for a column

2004-02-19 Thread Jason Wong
On Friday 20 February 2004 09:14, Shiloh Madsen wrote: I need to figure a way to create a table column that will allow for me to be able to say IF column = and then specify more than a single value. for instance, select all from the table where the column in question is either 1, 3, 4, and/or