MySQL Search & Replace with WILDCARDS - Query

后端 未结 1 602
感情败类
感情败类 2021-01-24 08:55

Is it possible to perform a MySQL search and replace while honoring wildcards?

eg:

$search = \"id=\'%wildcard%-houselisting-rental\'>\";
$replace = \"         


        
1条回答
  •  佛祖请我去吃肉
    2021-01-24 09:37

    I found out this wasn't possible for mysql.

    0 讨论(0)
提交回复
热议问题