Hi,
Is there any way using mysql to serach a values in a string where I don't care what is in between, for example:
I have a row which contains the following string in the foloowing format
row contents: xx:yy:*:zz;xx:y y:*:zz;xx:yy:*: zz
Now I want to serach the row for xx:yy:*:zz so I don't care what is between
the yy and the zz is there any way to do it?
Is there any way using mysql to serach a values in a string where I don't care what is in between, for example:
I have a row which contains the following string in the foloowing format
row contents: xx:yy:*:zz;xx:y y:*:zz;xx:yy:*: zz
Now I want to serach the row for xx:yy:*:zz so I don't care what is between
the yy and the zz is there any way to do it?
Comment