mysql - SQL query to find columns with more than one string "a href" in them -



mysql - SQL query to find columns with more than one string "a href" in them -

i'm organizing articles in big database , face problem - need find articles 2 or more links in them.

every link html link , has form <a href="...">...</a>. how select article database links have @ to the lowest degree 2 a href in them?

i taught how select 1 a href two?...

select * `articles5` content "%a href%"

how double this?

had tried using own code twice?

select * `articles5` content "%a href%a href%"

mysql sql string

Comments

Popular posts from this blog

formatting - SAS SQL Datepart function returning odd values -

c++ - Apple Mach-O Linker Error(Duplicate Symbols For Architecture armv7) -

php - Yii 2: Unable to find a class into the extension 'yii2-admin' -