需要帮助从具有以下内容的表一列构成MYSQL查询
Row1 : this is first <a href='mytext.txt'>row</a> from the table
Row 2 : THis is the second row <img src ='mytext.jpg'> my image is there
Row 3 : <p>This is the Third row my mytext is there </p>
Row 4 : <p class='te_mytext'>This is the Third row my text is there </p>
这是表格行,我尝试将关键字搜索为“ mytext”
我的查询是
SELECT * from table WHERE colmn_name ` like '%mytext%' "
我将得到所有4行作为结果,但结果是错误的。我只需要第3行就可以得到正确的输出。之所以只在内容中包含mytext的该行不在内容中,而是在所有行中都具有mytext的原因,
如何编写MySQL查询?
狐的传说
Smart猫小萌
相关分类