I want to search in the string for timestamp(06/282005).
DATA_FORMAT(now(), '%m%d%y') as follow where like '%follow%'
OR why this doesn't work?
field like ''%DATA_FORMAT(now(), '%m%d%y')%'
This code above doesn't work... it search for 'follow' not for timestamp