Lionel
19 Mar 2007, 17:04
Is it possible to to do a where clause for a serialized field?
SELECT * from TABLE where customfield = 'specific serialized item'
here is the serialized field
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
And I need to do query according to
i:5;s:1:"4";
where the "4" value is what varies.
SELECT * from TABLE where customfield = 'specific serialized item'
here is the serialized field
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
And I need to do query according to
i:5;s:1:"4";
where the "4" value is what varies.