hi 2 all!
can i SELECT information from a mysql without knowing the whole information in a field?
lets say the data in table "table", field "field" is "a, b, c". i want to SELECT the data with
SELECT * from table WHERE field = X
the SELECT command should show the data whether i replace X by a, b or c ....
i am using mysql and php. i hope this described my problem, if not please tell me!
i am looking forward to your suggestions
JuRo
can i SELECT information from a mysql without knowing the whole information in a field?
lets say the data in table "table", field "field" is "a, b, c". i want to SELECT the data with
SELECT * from table WHERE field = X
the SELECT command should show the data whether i replace X by a, b or c ....
i am using mysql and php. i hope this described my problem, if not please tell me!
i am looking forward to your suggestions
JuRo