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

maven fortify plugin : Unable to load build session with ID XXXXX .. See log file for more details -

c# - Primavera WebServices does not return any data -

android - Display emoji panel with genymotion - keyboard/touch input? -